Skip to content

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)

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here