Skip to content

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)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here