Home
last modified time | relevance | path

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

/PHP-7.3/ext/bcmath/
H A Dbcmath.c405 int scale_int; in PHP_FUNCTION() local
423 scale_int = (int) ((int)scale < 0 ? 0 : scale); in PHP_FUNCTION()
425 if (bc_raisemod(first, second, mod, &result, scale_int) != -1) { in PHP_FUNCTION()
426 RETVAL_STR(bc_num2str_ex(result, scale_int)); in PHP_FUNCTION()

Completed in 6 milliseconds