This morning, out of nowhere, I decided enough is enough. Python existed for over 30 years, so the following issue just shouldn't exist anymore:
>>> 0.1 + 0.2 == 0.3
False
So I after people tried to convince me of julia for many years because it supposedly handles numbers much better, I finally tried it.
julia> 0.1 + 0.2 == 0.3
false
Okay then.