Fahrenheit_TO_Celsius: Converting Fahrenheit to Celsius
Fahrenheit_TO_Celsius Function
This figure shows the pin diagram of the Fahrenheit_TO_Celsius function:
The Fahrenheit_TO_Celsius function converts temperature in Fahrenheit to Celsius.
Use Celsius_TO_Fahrenheit for the reverse process.
Formula: T_Celcius = [(T_Fahrenheit - 32) / 1.8]
This table describes the input pins of the Fahrenheit_TO_Celsius function:
Input |
Data Type |
Description |
---|---|---|
i_rIput |
REAL |
Input value in Fahrenheit Range: ±3.4e+38 |
This table describes the output of the Fahrenheit_TO_Celsius function:
Output |
Data Type |
Description |
---|---|---|
Fahrenheit_TO_Celcius |
REAL |
Output value in Celsius Range: ±1.89e+38 |