Signature
native Float:floatpower(Float:value, Float:exponent);
Description
Returns the value raised to the power of the exponent
Parameters
- value — Floating point value to be raised
- exponent — The exponent
Returns
Value raised to the power of the exponent