Viewing profile — IEEE754
IEEE754
HN member- Joined
- Fri, Feb 01, 2019, 2:17 PM UTC
- HN karma
- 22
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About IEEE754
No profile information was provided.
Recent public activity
-
comment
Comment #35678972
Correct.
-
comment
Comment #26774348
> does not interpret the 0.1 as the real number The focus should be on _rational_ numbers. This particular example is all about representation error - precision is implicated, but …
-
comment
Comment #21572686
> Over the past 50 years, my computer has adapted to how humans normally operate in nearly every other way. Why do they continue to use this system which produces results different…
-
comment
Comment #21572328
FWIW, their "basic answer" page is the simplest i've seen that neither lies or omits critical factors in the 0.1 + 0.2 problem. It's probably a good starting point that induces som…
-
comment
Comment #20392286
> 1. Replace the default format for numbers with a decimal point in suitably high level languages with a infinite precision format. Unlimited precision in any radix point based for…
-
comment
Comment #20391503
> Most think of it as base-10 [...] I'm surprised nobody has made a decent fixed point lib that is widely used already. Note that fixed radix point does not solve the common issues…