float llSqrt(float val)
Returns the square root of
val (the return
value squared will be
val).
It's equivalent
(in theory) to
llPow(float val, 0.5) (which, for speed reasons, may have it's precision clamped).
Compare with
llPow.
Note: This
function gives a
runtime error if
val is
< 0.
This article wasn't helpful for you? Maybe the
related article at the LSL Portal is able to bring enlightenment.
Functions |
Math