Coth-func
The coth(x) function is the hyperbolic cotangent of x.
double coth(double x)
x
Returns the hyperbolic cotangent of x.
val = coth(-.909); // val will have a value of ~-1.3876
Sinh, Cosh, Tanh, Sech, Csch