exp
fn
real exp(real x) @trusted pure nothrow @nogcCalculates ex.
| x | ex |
|---|---|
| +∞ | +∞ |
| -∞ | +0.0 |
| NaN | NaN |
fn
double exp(double x) @safe pure nothrow @nogcditto
fn
float exp(float x) @safe pure nothrow @nogcditto