|
gmp_powmRaise number into power with modulo Description
GMP gmp_powm(GMPintstring
$num , GMPintstring $exponent , GMPintstring $modulus )
Calculate ( Parameters
Return ValuesThe new (raised) number, as a GMP number. Examples
Example #1 gmp_powm example
The above example will output: 2147483648 |