Fahrenheit to celsius
Calculates celsius from a fahrenheit.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
fahrenheit | The fahrenheit number to calculate the celsius root of | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The name of the variable that will contain the celsius value | NUMBER | RESULT |