Home
last modified time | relevance | path

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

/PHP-8.0/ext/bcmath/
H A Dbcmath.stub.php15 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
17 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
/PHP-8.0/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.0/ext/gmp/
H A Dgmp.stub.php52 function gmp_pow(GMP|int|string $num, int $exponent): GMP {}
54 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}
/PHP-8.0/main/
H A Dsnprintf.c131 PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) /* {{{ */ in php_gcvt()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1079 function pow(mixed $num, mixed $exponent): int|float|object {}

Completed in 19 milliseconds