Hacker News new | ask | show | jobs
by p0w3n3d 811 days ago
I think that good decision regarding numbers in API (as it was made in my project) is to put meaningful decimal numbers into string and let them be handled by exact decimal calculation framework, e.g. BigDecimal in Java etc.