We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85aba93 commit 3b22f24Copy full SHA for 3b22f24
ext/standard/math.c
@@ -165,8 +165,7 @@ static inline double php_round_helper(double value, int mode) {
165
166
/* {{{ _php_math_round */
167
/*
168
- * Rounds a number to a certain number of decimal places in a certain rounding
169
- * mode.
+ * Rounds a number to a certain number of decimal places in a certain rounding mode.
170
* If you "HALF UP" a value like 0.258 (0.28499999999999998), it will be rounded to 28.
171
*
172
*/
0 commit comments