Don't click here unless you want to be banned.

LSL Wiki : llSqrt

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl836.us.archive.org
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
Comments [Hide comments/form]
Attach a comment to this page: