|
|
|
|
|
by trinovantes
1467 days ago
|
|
If nothing else, I think compilers/linters should warn when trying to use equality/comparison operators between floats since most of the time it's mathematically wrong. All of my projects are filled with isApproxEquals(float1, float2) |
|