Home
last modified time | relevance | path

Searched defs:modulus (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Draisemod.c39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
/php-src/ext/bcmath/
H A Dbcmath.stub.php23 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
67 …public function powmod(Number|string|int $exponent, Number|string|int $modulus, ?int $scale = null…
/php-src/ext/gmp/
H A Dgmp.stub.php126 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}

Completed in 14 milliseconds