   #PHP Manual GMP functions gmp_invert gmp_legendre

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  gmp_jacobi

   (PHP 4 >= 4.0.4)
   gmp_jacobi -- Jacobi symbol

Description

   int gmp_jacobi ( resource a, resource p)

   Computes Jacobi symbol of a and p. p should be odd and must be
   positive.
   ______________________________________________________________________

   Prev       Home         Next
   gmp_invert  Up  gmp_legendre
