Home
last modified time | relevance | path

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

/PHP-7.3/ext/bcmath/
H A Dbcmath.c544 zend_long old_scale, new_scale; in PHP_FUNCTION() local
548 Z_PARAM_LONG(new_scale) in PHP_FUNCTION()
554 BCG(bc_precision) = ((int)new_scale < 0) ? 0 : new_scale; in PHP_FUNCTION()

Completed in 5 milliseconds