brew.utilities.temperature

temperature.fahrenheit_to_celsius(temp)

Convert degrees Fahrenheit to degrees Celsius

Parameters:temp (float) – The temperature in Fahrenheit
Returns:The temperature in Celsius
Return type:float
temperature.celsius_to_fahrenheit(temp)

Convert degrees Celsius to degrees Fahrenheit

Parameters:temp (float) – The temperature in Celsius
Returns:The temperature in Fahrenheit
Return type:float