sqroot
Syntax
native sqroot(value);
Usage
| Parameter | Description |
|---|---|
| value | Value |
Description
Returns the approximated square root of a 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