1 parent 49a9711 commit b2452d1Copy full SHA for b2452d1
1 file changed
docs/guide/rounding.md
@@ -42,7 +42,7 @@ This results in the following modes:
42
| `half_expand` | nearest increment | away from zero | 3.5→4, -3.5→-4 |n/a |
43
| `half_even` | nearest increment | to even | 3.5→4, 4.5→4, | {func}`round` |
44
45
-For positive values, the behavior of `ceil`/`floor` and `trunc`/`expand` is the same.
+For positive values, the behavior of `ceil` is identical to `expand` and the behaviour of `floor` is identical to `trunc`.
46
The difference is only visible for negative values.
47
48
## Supported units
0 commit comments