(no version information, might be only in CVS)
gmp_sqrtrm __ Square root with remainder
Description
array
gmp_sqrtrm ( resource a)
Returns array where first element is the integer square root of
a (see also
gmp_sqrt()), and the second is the remainder
(i_e_, the difference between a and the
first element squared)_