21
ADDTOREAL
* = function
Name Description Access Inputs Outputs
ABCUV Returns a solution in polynomials
u
and
v
of
au
+
bv =c
where
a
and
b
are polynomials, and
c
is a value.
<!
POLYNOMIAL
‘
symb
1
’
‘
symb
2
’
z
→ ‘
symb
3
’
‘
symb
4
’
ABS Returns the absolute value of its argument.*
<Z
x
→
|x|
ACK Acknowledges the oldest past-due alarm.
> ç
TOOLS
ALRM
ACKALL Acknowledges all past-due alarms.
> ç
TOOLS
ALRM
ACOS Returns the value of the angle with the given cosine.
<T
z
→
acos z
ACOS2S Replaces cos() terms with equivalent asin() terms.*
>û
‘
symb
1
’
→ ‘
symb
2
’
ACOSH Returns the inverse hyperbolic cosine of the argument.*
>û
HYPERBOLIC
z
→
acosh z
ADD Adds corresponding elements of two lists or adds a
number to each of the elements of a list.
N
{
list
1
}
{
list
2
}
→ {
list
result
}
ADDTMOD Adds two expressions or values, modulo the current
modulus.*
< !
MODULO
‘
symb
1
’
‘
symb
2
’
→ ‘
symb
3
’
ADDTOREAL Adds the specified global name to the reserved variable
REALASSUME.
N
‘
global
’
→