   #PHP Manual GMP functions gmp_legendre gmp_mul

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                    gmp_mod

   (PHP 4 >= 4.0.4)
   gmp_mod -- Modulo operation

Description

   resource gmp_mod ( resource n, resource d)

   Calculates n modulo d. The result is always non-negative, the sign of
   d is ignored.
   ______________________________________________________________________

   Prev         Home    Next
   gmp_legendre  Up  gmp_mul
