amath
1.8.5
Simple command line calculator
|
Inverse hyperbolic cotangent function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | acoth (double x) |
Inverse hyperbolic cotangent function. More... | |
Inverse hyperbolic cotangent function.
Definition in file acoth.c.
double acoth | ( | double | x | ) |
Inverse hyperbolic cotangent function.
Method x + 1 acoth(x) = 0.5 * ln( ----— ) x - 1 when x in [-1, 1] acoth(x) = NaN
Definition at line 49 of file acoth.c.
References log().
Referenced by RealNumber::HypArcCotangent().