exp
Function Usage
Performs the fast exponentiation operation in singleton mode.
Prototype
1 | inline float fastmath::exp(const float x); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
x |
Input |
Exponent. |
Response Parameters
Data Structure |
Description |
|---|---|
float |
Calculation results. |
Parent topic: FastMath