float Expf(const float X);
e^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const float |
Returns: Returns the value of e raised to the power of X, where e is the base of natural logarithm.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler