|
|
|
|
|
by tialaramex
296 days ago
|
|
You wrote "a + Inf = a" but er, presumably you meant "a + Inf = Inf" where a is some finite float ? These are intuitive mathematical properties but would need to also be underscored for the IEEE floats because the relationship between the reals (which we definitely can't generally handle with a computer) we learned in school and the floats implemented by today's machines is unclear to many programmers. You absolutely can't expect people whose only language is Javascript to understand e.g. "floats aren't normal" even to the level of laughing at a T-shirt joke. |
|