Searched refs:_php_math_round (Results 1 – 1 of 1) sorted by relevance
139 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() function370 return_val = _php_math_round(return_val, places, mode); in PHP_FUNCTION()1118 d = _php_math_round(d, dec, PHP_ROUND_HALF_UP); in _php_math_number_format_ex_len()
Completed in 6 milliseconds