llSqrt
Function Syntax
float llSqrt(
- float Value
Returns the square root of Value.
Triggers a math runtime error for imaginary results (if Value < 0.0).
Returns the square root of Value.
Triggers a math runtime error for imaginary results (if Value < 0.0).