native sqroot(value);
value | Value |
Returns the approximated square root of a value.
This uses a simple successice approximation algorithm (continuously dividing the value) and only deals with integers, this makes it very imprecise.
Square root of the value
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.