Arithmetic functions

Note: If a function takes more than one argument, the arguments are separated with semicolon ';'.

Inverse hyperbolic functions

asinh(x)
This function returns inverse hyperbolic sine of x
asinh(3.6)=1.992...
acosh(x)
This function returns inverse hyperbolic cosine of x
acosh(2.23)=1.440...
atanh(x) or atgh(x)
This function returns inverse hyperbolic tangent of x
atanh(0.67)=0.810...
acoth(x) or actgh(x)
This function returns inverse hyperbolic cotangent of x
acoth(1.23)=1.135...