Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c139 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() function
370 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 8 milliseconds