   #PHP Manual GMP functions gmp_popcount gmp_powm

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                    gmp_pow

   (PHP 4 >= 4.0.4)
   gmp_pow -- Raise number into power

Description

   resource gmp_pow ( resource base, int exp)

   Raise base into power exp. The case of 0^0 yields 1. exp cannot be
   negative.
   ______________________________________________________________________

   Prev         Home     Next
   gmp_popcount  Up  gmp_powm
