pub fn celsius_to_fahrenheit_f64(val: f64) -> f64
Takes an f64 value representing a Celsius unit and returns its equivalent in Fahrenheit.
f64