llPow
Function Syntax
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.