Arithmetic functions

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

Hyperbolic functions

sinh(x)
This function returns hyperbolic sine of x
sinh(12)=81377.395...
cosh(x)
Hyperbolic cosine of x
cosh(8.5)=2457.384...
tanh(x) or tgh(x)
Hyperbolic tangent of x
tanh(0.67)=0.584...
coth(x) or ctgh(x)
Hyperbolic cotangent of x
coth(1.67)=1.073...