Searched refs:precision_places (Results 1 – 1 of 1) sorted by relevance
142 int precision_places; in _php_math_round() local148 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 8 milliseconds