You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia 1.4 (JuliaLang/julia#33040) adds a standard interface to specify the rounding mode for integer division div(x, y, ::RoundingMode). FixedDecimals should implement this interface as well, to support different rounding modes for division.
We've wanted to support rounding divisions for a while, anyway, so this a nice motivator.
The text was updated successfully, but these errors were encountered:
NHDaly
changed the title
TODO: Add support for rounding modes for division for FixedDecimals
Add support for rounding modes for division for FixedDecimals
Oct 28, 2019
Julia 1.4 (JuliaLang/julia#33040) adds a standard interface to specify the rounding mode for integer division
div(x, y, ::RoundingMode)
. FixedDecimals should implement this interface as well, to support different rounding modes for division.We've wanted to support rounding divisions for a while, anyway, so this a nice motivator.
This was originally discussed in this issue:
JuliaLang/julia#33651
The text was updated successfully, but these errors were encountered: