   #PHP Manual GMP functions gmp_abs gmp_and

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                    gmp_add

   (PHP 4 >= 4.0.4)
   gmp_add -- Add numbers

Description

   resource gmp_add ( resource a, resource b)

   Add two GMP numbers. The result will be a GMP number representing the
   sum of the arguments.
   ______________________________________________________________________

   Prev    Home    Next
   gmp_abs  Up  gmp_and
