Description Raise x to the power n. Definition float power(float x, ubyte n) Library LIB/math_lib.bas Usage On entry: x is the value to be raised to the power n n is the exponent (this must be an integer) On exit: Return valid result or NaN
Raise x to the power n.
float power(float x, ubyte n)
LIB/math_lib.bas
On entry: x is the value to be raised to the power n n is the exponent (this must be an integer) On exit: Return valid result or NaN
x is the value to be raised to the power n n is the exponent (this must be an integer)
Return valid result or NaN