Floatpower

From SA-MP Wiki

Jump to: navigation, search

floatpower

Image:Farm-Fresh text lowercase.png Note: This function name starts with a lowercase letter.


Description:

Raises the given value to the power of the exponent.


Parameters:
(Float:value, Float:exponent)
valueThe value to raise to a power, as a floating-point number.
exponentThe exponent is also a floating-point number. It may be zero or negative.


Return Values:

The result of 'value' to the power of 'exponent'.


Example Usage:

printf("2 to the power of 8 is %f", floatpower(2.0, 8.0));
// Result: 256.0

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

  • floatsqroot: Calculate the square root of a floating point value.
  • floatlog: Get the logarithm of the float value.
Personal tools
Navigation
Toolbox