Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmath.c65 static inline double php_round_helper(double integral, double value, double exponent, int places, i… in php_round_helper() function
212 tmp_value = php_round_helper(tmp_value, value, exponent, places, mode); in _php_math_round()

Completed in 6 milliseconds