Method and source check
Last checked:
Source and implementation check; this is not professional review or advice.
Method
Every input is converted to kelvin as a common base, then converted from kelvin to the selected output scale. Celsius, Fahrenheit, kelvin, and Rankine relationships use the exact offsets and scale ratios listed by NIST.
°C = (°F − 32) / 1.8
K = °C + 273.15
°R = K × 1.8
Variables and units
- °C
- degrees Celsius
- °F
- degrees Fahrenheit
- K / °R
- kelvin / degrees Rankine
Worked example
68 °F converts to 20 °C, 293.15 K, and 527.67 °R.
Limitations
- Values below absolute zero are rejected for the selected input scale. Displayed results are rounded to two decimal places.