<< Previous | Next >> | |
|
float pow( float x, float y );
Description
- Raises
x
to they
th power.Parameters
- x
- Value to be raised
- y
- Exponent
Return value
x
to they
th powerLibrary
- MATH.LIB
See also
- exp, pow10, sqrt
Dynamic C Functions | << Previous | Next >> | rabbit.com |