llPow
float llPow(float Value, float Exponent)Returns the Value raised to the power Exponent, or returns 0 and triggers Math Error for imaginary results.
Returns the Value raised to the Exponent.
Parameters
-
Value(float) -
Exponent(float)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here