|
MathPowInt
Raises a number to the specified integer power.
double MathPowInt(
|
Parameters
x
[in] Double-precision floating-point number to be raised to the power.
power
[in] Integer specifying the power.
Return Value
The number x, raised to the specified power.