llSqrt
float llSqrt(float Value)Returns the square root of Value.
Triggers a math runtime error for imaginary results (if Value < 0.0).
Parameters
-
Value(float)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here