|
|
|
|
|
by steveklabnik
3091 days ago
|
|
Yeah, floats and ints are just fundamentally different, especially when you're at the level of caring about how hardware deals with things. TIL about Go: Numeric constants represent exact values of arbitrary precision and do not overflow. Consequently, there are no constants denoting the IEEE-754 negative zero, infinity, and not-a-number values. https://golang.org/ref/spec |
|
Would probably retain it better if I used Go as my primary language for a year or two.