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