sqroot
- Синтаксис
-
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