NXC
Version 1.2.1 r5
|
#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).
_Base | Floating point value. |
_Exponent | Floating point value. |