Closed ghost closed 5 years ago
Since we are converting from Kelvin to Fahrenheit, shouldn't the formula be:
F = (K - 273.15) * 1.8 + 32
https://www.nist.gov/pml/weights-and-measures/si-units-temperature
Well I can't find an obvious difference here as your equation and mine are the same:
F = (K - 273.15) * 1.8 + 32
F = 1.8 * K - 273.15 * 1.8 + 32
F = 1.8 * K - 459.67
I justed used the expanded form so that factor and offset can directly seen in the equation. Anything I am misssing here?
The unit "degrees Fahrenheit / degF" is defined as
in animl_unit_entities.dtd.
This definition would result in a conversion
which is incorrect.
Actually, the conversion would be
resulting in a definition
Please doublecheck and fix if appropriate.