Skip to content

Commit 09716c3

Browse files
committed
fix comment
1 parent 3b22f24 commit 09716c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/math.c

-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ static inline double php_round_helper(double value, int mode) {
167167
/*
168168
* Rounds a number to a certain number of decimal places in a certain rounding mode.
169169
* If you "HALF UP" a value like 0.258 (0.28499999999999998), it will be rounded to 28.
170-
*
171170
*/
172171
PHPAPI double _php_math_round(double value, int places, int mode) {
173172
double f1;

0 commit comments

Comments
 (0)