NXC
Version 1.2.1 r5
|
#define Exp | ( | _X | ) | asm { exp __FLTRETVAL__, _X } |
Compute exponential function .
Computes the base-e exponential function of _X, which is the e number raised to the power _X. Only constants or variables allowed (no expressions).
_X | Floating point value. |