cosh
fn
real cosh(real x) @safe pure nothrow @nogcCalculates the hyperbolic cosine of x.
| x | cosh(x) | invalid? |
|---|---|---|
| ±∞ | ±0.0 | no |
fn
double cosh(double x) @safe pure nothrow @nogcditto
fn
float cosh(float x) @safe pure nothrow @nogcditto