Searched refs:bcmath_number_pow_internal (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/bcmath/ |
H A D | bcmath.c | 1100 static zend_result bcmath_number_pow_internal( in bcmath_number_pow_internal() function 1282 …if (UNEXPECTED(bcmath_number_pow_internal(n1, n2, &ret, n1_full_scale, &scale, true, true) == FAIL… in bcmath_number_do_operation() 1468 …if (UNEXPECTED(bcmath_number_pow_internal(intern->num, num, &ret, intern->scale, &scale, scale_is_… in bcmath_number_calc_method()
|
Completed in 13 milliseconds