Hacker News new | ask | show | jobs
by Jacobot 3015 days ago
...apples and oranges.... R doesn't support non IEEE standard floats, what you are basically doing is using an external library (GMP), and special functions for addition, multiplication from that package.

Nor can any of the functions in R "base" use GMP.

Again, nobody is fudging numbers, neither R, Java, C, or JS because floating point is implemented on hardware so this argumument is a moot one.

1 comments

My comment started off about floats, but then I found out it's not just floats, it's also integers.

But JS doesn't even _have_ integers...