Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c498 bc_num bc_base = NULL, bc_expo = NULL, bc_modulus = NULL, result; in PHP_FUNCTION() local
526 if (php_str2num(&bc_expo, exponent_str) == FAILURE) { in PHP_FUNCTION()
536 raise_mod_status status = bc_raisemod(bc_base, bc_expo, bc_modulus, &result, scale); in PHP_FUNCTION()
561 bc_free_num(&bc_expo); in PHP_FUNCTION()

Completed in 7 milliseconds