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
Is your feature request related to a problem? Please describe.
The java.math.BigDecimal class has a stripTrailingZeros() method that would be nice to have in this implementation.
Describe the solution you'd like
I'd love to see the same method implemented in the same fashion.
Describe alternatives you've considered
I've written a small helper function that takes the string representation of the BigDecimal and manually removes all trailing zeros, but I would prefer to have the official method.
Is your feature request related to a problem? Please describe.
The java.math.BigDecimal class has a stripTrailingZeros() method that would be nice to have in this implementation.
Describe the solution you'd like
I'd love to see the same method implemented in the same fashion.
Describe alternatives you've considered
I've written a small helper function that takes the string representation of the BigDecimal and manually removes all trailing zeros, but I would prefer to have the official method.
Additional context
The text was updated successfully, but these errors were encountered: