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