Skip to content

llPow

function ll.Pow(Value: number, Exponent: number): number

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 (number)
Exponent (number)

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.