freeCodeCamp/guide/english/mathematics/conversion-of-temperature-c.../index.md

976 B

title
Conversion of Temperature Celsius to Fahrenheit

Conversion of Temperature Celsius to Fahrenheit

The following formula provides conversion from Temperature Celsius to Fahrenheit:

TFahrenheit = TCelsius * 9 / 5 + 32

Thus, 0oC = 32oF and 100oC = 212oF.

The conversion from Temperature Fahrenheit to Celsius is as follows:

TCelsius = 5 / 9 * (TFahrenheit - 32)

More Information:

Celsius to Fahrenheit