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