Fahrenheit/Celsius/Kelvin/Rankine temperatures using toFixed(2) (Rev. 02) -- by Pat Moss

Create a table for the Fahrenheit range of 0 to 100 degrees

 

Notes:
1. Celsius = 5/9 * (F - 32)
2. Kelvin   = C + 273.15
3. Rankine = F + 459.67
4. Output values are rounded to two decimal places, and
    are formatted with the trailing format ".99".