I'm using BigDecimal data type, when I set
new BigDecimal(21.30);
then, I returned it as xml source, it shows as
21.30000000000710522735760100185871124467578125
Another number
new BigDecimal(23.11)
returned
23.1099999994315658113818187512921995859375
I want to show results with the same decimals as I set on create.