   #PHP Manual GMP functions gmp_div gmp_fact

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 gmp_divexact

   (PHP 4 >= 4.0.4)
   gmp_divexact -- Exact division of numbers

Description

   resource gmp_divexact ( resource n, resource d)

   Divides n by d, using fast "exact division" algorithm. This function
   produces correct results only when it is known in advance that d
   divides n.
   ______________________________________________________________________

   Prev    Home     Next
   gmp_div  Up  gmp_fact
