Skip to content

llPow

Function Syntax
float llPow(
  1. float Value,
  2. 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.