Home
last modified time | relevance | path

Searched refs:bc_expo (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/bcmath/
H A Dbcmath.c422 bc_num bc_base, bc_expo, bc_modulus, result; in PHP_FUNCTION() local
443 bc_init_num(&bc_expo); in PHP_FUNCTION()
452 if (php_str2num(&bc_expo, ZSTR_VAL(exponent_str)) == FAILURE) { in PHP_FUNCTION()
462 raise_mod_status status = bc_raisemod(bc_base, bc_expo, bc_modulus, &result, scale); in PHP_FUNCTION()
487 bc_free_num(&bc_expo); in PHP_FUNCTION()

Completed in 5 milliseconds