Functions
Functions can be used by inserting the name of the function followed by the function argument. If the argument is not a number or variable then use parenthesis around the argument.
sin 30
abs (5−9)
The following functions are defined.
abs |
|
cos |
|
cosh |
|
erf |
Gauss Error function |
frac |
Fractional Component |
int |
Integer Component |
ln |
|
log |
|
not |
|
ones |
Ones complement |
sin |
|
sinh |
|
sqrt |
|
tan |
|
tanh |
|
twos |
Twos complement |
zeta |
Riemann zeta function |
MATE Calculator does not support user-defined functions.