Signature
native sqroot(value);
Description
Returns the approximated square root of a value.
Notes
-
This uses a simple successice approximation algorithm (continuously
dividing the value) and only deals with integers, this makes it very
imprecise.
Parameters
- value — Value
Returns
Square root of the value