Constants:
e = base of the natural logarithm = 2.71828182845905
pi = 3.141592653589793
Trigonometric
sin(x); cos(x); tan(x); asin(x); atan(x)
Hyperbolic
sinh(x); cosh(x); tanh(x)
logarithm
logn(x); log10(x)
Exponential
Exp(x) = e raised to x power
Other
abs(x); sqrt(x); round(x); int(x); frac(x)
Operators
+; -; *; /; ^
@ = logarithm Number@base Ex.: 10@5
You can easily add new functions.
e = base of the natural logarithm = 2.71828182845905
pi = 3.141592653589793
Trigonometric
sin(x); cos(x); tan(x); asin(x); atan(x)
Hyperbolic
sinh(x); cosh(x); tanh(x)
logarithm
logn(x); log10(x)
Exponential
Exp(x) = e raised to x power
Other
abs(x); sqrt(x); round(x); int(x); frac(x)
Operators
+; -; *; /; ^
@ = logarithm Number@base Ex.: 10@5
You can easily add new functions.