PHP » GoLang |
login |
register |
about
|
gmp_sqrtrem(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_sqrtrem — Square root with remainder Parameters
Return Values
Returns array where first element is the integer square root of
Examples
Example #1 gmp_sqrtrem() example
<?php The above example will output: 3, 0 2, 3 1024, 0 |
more
Recently updated
more
Most requested
more
Last requests
|