calculateDewPoint

fun calculateDewPoint(tempCelsius: Float, humidity: Float): Float

Calculated the dew point based on the Magnus-Tetens approximation which is a widely used formula for calculating dew point temperature.