NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#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).

Deprecated:
Use exp() instead.
Parameters
_XFloating point value.
Returns
Exponential value of _X.