humidity.dew-point-celsius

Function to compute the dew point, in ° Celsius, given temperature in ° Celsius and relative humidity percentage.

C

TODO: write docs

dew-point-celsius-fn

(dew-point-celsius-fn & {:keys [temperature-celsius relative-humidity]})

Compute and return the dew point, in ° Celsius, given temperature in ° Celsius and relative humidity percentage; or nil if this data is not available.

magic-numbers

The magic numbers (empirical constants) from the derived expression. It bothers me that all these formulae depend on ‘empirical constants’, and that there is no commonality between the empirical constants of different formulae.