I have found this very useful in the past, the package properly rounds off floating point numbers to a given decimal place.
This very good article https://medium.com/@Jernfrost/defining-custom-units-in-julia-and-python-513c34a4c971
has one place where:
julia> Fahrenheit(3) + Celsius(4) + Kelvin(4)
Kelvin(265.0388888888889)
Erik - great article, and I learned from it. Just that for me that figure should be rounded offβ¦