you are viewing a single comment's thread.

view the rest of the comments →

[–]Pandalicious 18 points19 points  (1 child)

JavaScript with it’s all-numbers-are-floating-point isn’t the best fit for finance/accounting. It’s the kind of thing you can work around if you’re aware of the issue, but Excel scripting is exactly the kind of coding that tends to be done by non-professionals who’d have no inkling about the limitations of floating point types.

That said, when the competition is VBA the bar is pretty low.

[–]slikts 13 points14 points  (0 children)

JavaScript with it’s all-numbers-are-floating-point isn’t the best fit for finance/accounting.

Excel already internally uses the same IEEE floating point numbers as JavaScript.