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