Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c142 int precision_places; in _php_math_round() local
148 precision_places = 14 - php_intlog10abs(value); in _php_math_round()
155 if (precision_places > places && precision_places - places < 15) { in _php_math_round()
156 f2 = php_intpow10(abs(precision_places)); in _php_math_round()
157 if (precision_places >= 0) { in _php_math_round()
166 f2 = php_intpow10(abs(places - precision_places)); in _php_math_round()

Completed in 6 milliseconds