Functionsยง
- celsius_
to_ fahrenheit_ f32 - Takes an
f32value representing a Celsius unit and returns its equivalent in Fahrenheit. - celsius_
to_ fahrenheit_ f64 - Takes an
f64value representing a Celsius unit and returns its equivalent in Fahrenheit. - celsius_
to_ kelvin_ f32 - Takes an
f32value representing a Celsius unit and returns its equivalent in Kelvin. - celsius_
to_ kelvin_ f64 - Takes an
f64value representing a Celsius unit and returns its equivalent in Kelvin. - fahrenheit_
to_ celsius_ f32 - Takes an
f32value representing a Fahrenheit unit and returns its equivalent in Celsius. - fahrenheit_
to_ celsius_ f64 - Takes an
f64value representing a Fahrenheit unit and returns its equivalent in Celsius. - fahrenheit_
to_ kelvin_ f32 - Takes an
f32value representing a Fahrenheit unit and returns its equivalent in Kelvin. - fahrenheit_
to_ kelvin_ f64 - Takes an
f64value representing a Fahrenheit unit and returns its equivalent in Kelvin. - kelvin_
to_ celsius_ f32 - Takes an
f32value representing a Kelvin unit and returns its equivalent in Celsius. - kelvin_
to_ celsius_ f64 - Takes an
f64value representing a Kelvin unit and returns its equivalent in Celsius. - kelvin_
to_ fahrenheit_ f32 - Takes an
f32value representing a Kelvin unit and returns its equivalent in Fahrenheit. - kelvin_
to_ fahrenheit_ f64 - Takes an
f64value representing a Kelvin unit and returns its equivalent in Fahrenheit.