Function metfor::frost_point_from_vapor_pressure_over_ice[][src]

pub fn frost_point_from_vapor_pressure_over_ice<P>(vp: P) -> Option<Celsius> where
    P: Pressure,
    HectoPascal: From<P>, 
Expand description

Get the frost point given the vapor pressure of water over ice. This function is the inverse of vapor_pressure_ice.

Returns: The frost point.