Acoth-func
This function is used to compute the inverse hyperbolic cotangent.
double acoth(double x)
x
Return the inverse hyperbolic cotangent of that number.
dd=acoth(5); dd=; //Should return ~0.203.
asinh, acosh, atanh