gmp_sqrtrem(PHP 4 >= 4.0.4, PHP 5) gmp_sqrtrem — Square root with remainder Описание
array gmp_sqrtrem
( resource $a
)
Calculate the square root of a number, with remainder. Список параметров
Возвращаемые значенияReturns array where first element is the integer square root of a and the second is the remainder (i.e., the difference between a and the first element squared). Примеры
Пример #1 gmp_sqrtrem() example
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |