Searched defs:modulus (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | raisemod.c | 39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 29 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} 76 …public function powmod(Number|string|int $exponent, Number|string|int $modulus, ?int $scale = null…
|
/php-src/ext/gmp/ |
H A D | gmp.stub.php | 126 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}
|
Completed in 12 milliseconds