Searched defs:exponent (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/bcmath/libbcmath/src/ |
H A D | raise.c | 42 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) in bc_raise() 110 long exponent = bc_num2long(expo); in bc_raise_bc_exponent() local
|
H A D | raisemod.c | 39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
|
/PHP-8.3/ext/bcmath/ |
H A D | bcmath.stub.php | 21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} 24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
|
H A D | bcmath.c | 538 long exponent = bc_num2long(bc_exponent); in PHP_FUNCTION() local
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.stub.php | 124 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.3/Zend/ |
H A D | zend_strtod.c | 4517 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()
|
Completed in 23 milliseconds