|
|
|
|
|
by Technically
2042 days ago
|
|
If ruby's float's are exact, how do they translate arbitrary literals to IEEE 754? Surely the vast majority of literals are not representable with IEEE 754, so any exactness of these floats would solely exist in comparison between floats, not with literals. |
|
I expect that many use cases for floats do not involve any literals at all, of course.