We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b22f24 commit 09716c3Copy full SHA for 09716c3
ext/standard/math.c
@@ -167,7 +167,6 @@ static inline double php_round_helper(double value, int mode) {
167
/*
168
* Rounds a number to a certain number of decimal places in a certain rounding mode.
169
* If you "HALF UP" a value like 0.258 (0.28499999999999998), it will be rounded to 28.
170
- *
171
*/
172
PHPAPI double _php_math_round(double value, int places, int mode) {
173
double f1;
0 commit comments