Skip to content

llSqrt

function ll.Sqrt(Value: number): number

Returns the square root of Value.

Triggers a math runtime error for imaginary results (if Value < 0.0).

Parameters
Value (number)

Add example usage here showing SLua/Luau syntax with ll.Sqrt().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.