amath
1.8.5
Simple command line calculator
|
Hyperbolic cosecant function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | csch (double x) |
Hyperbolic cosecant function. More... | |
Hyperbolic cosecant function.
Definition in file csch.c.
double csch | ( | double | x | ) |
Hyperbolic cosecant function.
csch(x) = 1/sinh(x)
Definition at line 44 of file csch.c.
References sinh().
Referenced by RealNumber::HypCosecant().