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
In java applications for working with decimal numbers we usually use java.math.BigDecimal, because double is not so accurate, but current generator version is not supporting this type. As workaround we can use String, but this requires additional conversation on java side. Would be very helpful to have BigDecimal as part of this generator.
The text was updated successfully, but these errors were encountered:
Reason/Context
In java applications for working with decimal numbers we usually use java.math.BigDecimal, because double is not so accurate, but current generator version is not supporting this type. As workaround we can use String, but this requires additional conversation on java side. Would be very helpful to have BigDecimal as part of this generator.
The text was updated successfully, but these errors were encountered: