NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define Pow (   _Base,
  _Exponent 
)    asm { pow __FLTRETVAL__, _Base, _Exponent }

Raise to power.

Computes _Base raised to the power _Exponent. Only constants or variables allowed (no expressions).

Deprecated:
Use pow() instead.
Parameters
_BaseFloating point value.
_ExponentFloating point value.
Returns
The result of raising _Base to the power _Exponent.