Skip to content

llSqrt

Function Syntax
float llSqrt(
  1. float Value
);

Returns the square root of Value.

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