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