Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/libbcmath/src/
H A Draisemod.c44 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
/PHP-8.2/ext/bcmath/
H A Dbcmath.stub.php21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
H A Dbcmath.c420 zend_string *left, *right, *modulus; in PHP_FUNCTION() local
/PHP-8.2/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 9 milliseconds