24.1.5 Converting between Celsius and Fahrenheit
The Celsius2Fahrenheit
command converts a temperature in degrees Celsius to the equivalent temperature in
degrees Fahrenheit.
-
Celsius2Fahrenheit takes
T, a number representing representing a temperature in degrees Celsius.
- Celsius2Fahrenheit(T) returns the number representing the
temperature in Fahrenheit.
The Fahrenheit2Celsius
command converts temperatures in degrees Fahrenheit to degrees Celsius.
-
Fahrenheit2Celsius takes
T, a number representing representing a temperature in degrees
Fahrenheit.
- Fahrenheit2Celsius(T) returns the number representing the
temperature in degrees Celsius.
Examples