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
https://stackoverflow.com/q/61669813/869736 asked for long-to-double with nonstandard rounding modes. Seems potentially worth providing -- not a lot of API surface area, hard to do, fits well with the existing utilities -- though BigDecimalMath would be new.
The text was updated successfully, but these errors were encountered:
lowasser
changed the title
More rounding methods: {log, BigInteger, BigDecimal} -> double
More rounding methods: {long, BigInteger, BigDecimal} -> double
May 8, 2020
https://stackoverflow.com/q/61669813/869736 asked for long-to-double with nonstandard rounding modes. Seems potentially worth providing -- not a lot of API surface area, hard to do, fits well with the existing utilities -- though
BigDecimalMath
would be new.The text was updated successfully, but these errors were encountered: