Hi, I need to store (and use for calculations) numbers with 15 digits after the floating point. The problem is that with Decimal in Mendix only 8 digits are allowed after floating point. Double and Float are not an option because they are not accurate for representing money. The Currency data type is deprecated and suggests to use Decimal for "high precision". What can I do for working with numbers having 15 digits after floating point? In Java with BigDecimal there are (almost) no limits for the maximum number of characters after floating point. Thanks in advance!! Arno.
↧