PHP. Руководство по PHP. 2005
gmp_sqrtrem
gmp_sqrtrem
Description
array gmp_sqrtrem (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).