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 01f6f10 commit 5ace06cCopy full SHA for 5ace06c
_includes/rounding.md
@@ -12,7 +12,7 @@ The reason for this default is **to prevent biasing the average** upwards or dow
12
The default rounding mode can not be changed because it affects how values are reduced to a precision.
13
With a fixed internal rounding mode, an input value will always result in the same decimal value for a given precision,
14
regardless of the environment. However, some methods allow you to provide a rounding mode, which can be any of the following constants:
15
-- `Decimal::ROUND_UP` (away from from)
+- `Decimal::ROUND_UP` (away from zero)
16
- `Decimal::ROUND_DOWN` (towards zero)
17
- `Decimal::ROUND_CEILING` (towards positive infinity)
18
- `Decimal::ROUND_FLOOR` (towards negative infinity)
0 commit comments