Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/bcmath/
H A Dbcmath.stub.php21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Draise.c49 long exponent; in bc_raise() local
H A Draisemod.c44 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
/PHP-8.2/ext/gmp/
H A Dgmp.stub.php124 function gmp_pow(GMP|int|string $num, int $exponent): GMP {}
126 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}
/PHP-8.2/Zend/
H A Dzend_strtod.c4510 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()

Completed in 18 milliseconds