Searched refs:bc_raise (Results 1 – 3 of 3) 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() function 117 bc_raise(base, exponent, result, scale); in bc_raise_bc_exponent()
|
H A D | bcmath.h | 139 void bc_raise(bc_num base, long exponent, bc_num *resul, size_t scale);
|
/PHP-8.3/ext/bcmath/ |
H A D | bcmath.c | 544 bc_raise(first, exponent, &result, scale); in PHP_FUNCTION()
|
Completed in 9 milliseconds