|
|
|
|
|
by davedx
2312 days ago
|
|
> In the end these conversion errors are not solvable in any language Not true at all. Ruby has BigDecimal: https://ruby-doc.org/stdlib-2.5.1/libdoc/bigdecimal/rdoc/Big... .NET also has a Decimal type. I've worked on salary calculation applications and e-commerce platforms, and found that language choice makes a big difference. |
|
If you use numbers directly in exponential form in vanilla javascript, you already get better results.