top | item 22934155

(no title)

acdibble | 5 years ago

It's not just JavaScript with that issue... https://0.30000000000000004.com/

discuss

order

covidcovidcovid|5 years ago

Not if you use decimal type that is not available in JavaScript.

SloopJon|5 years ago

I'm curious what you're comparing JavaScript to. Decimal is the native numeric datatype for the stored procedure language of the database I use. Otherwise, even in languages that have a decimal class in their standard library, it's usually pretty clunky to use; no better than, say, https://github.com/MikeMcl/decimal.js/ C# is perhaps the best among mainstream languages, although its implementation is a bit weird.