Home  /  Autodocs  /  mathtrans.library

NAME



SPPow
raise a number to a power

SYNOPSIS



result = SPPow(fnum1, fnum2);
d1.l d0.l
float fnum1, fnum2;
float result;

FUNCTION



Accepts two floating point numbers and returns the result of fnum2 raised to the fnum1 power

INPUTS



fnum1
Motorola fast floating point number

fnum2
Motorola fast floating point number

RESULT



result
Motorola fast floating point number

On error, for example overflow, the V bit is set on return.

SEE ALSO