|
amath
1.8.5
Simple command line calculator
|
Inverse hyperbolic cosecant function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
| double | acsch (double x) |
| Inverse hyperbolic cosecant function. More... | |
Inverse hyperbolic cosecant function.
Definition in file acsch.c.
| double acsch | ( | double | x | ) |
Inverse hyperbolic cosecant function.
Method
1+sqrt(1+x*x)
acsch(x) = ln( ------------— )
x
when x is 0
acsch(x) = NaN
Definition at line 49 of file acsch.c.
Referenced by RealNumber::HypArcCosecant().

