   #PHP Manual GMP functions gmp_sqrt gmp_strval

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  gmp_sqrtrm

   (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).
   ______________________________________________________________________

   Prev     Home       Next
   gmp_sqrt  Up  gmp_strval
