gmp_pow()
gmp_pow - Raise number into powerSyntax
resource gmp_pow (resource $base, int $exp)Arguments
- base - The base number. It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.
- exp - The positive power to raise the base.
