llPow
function ll.Pow(Value: number, Exponent: number): numberReturns 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(number) -
Exponent(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.Pow().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llPow