FUNCTION
DewPoint
Calculation of dew point based on a temperature.
You're viewing an older version of this page (#1003). View the current version.
Interface
#include <codecogs/engineering/thermodynamics/dewpoint.h>
using namespace Engineering::Thermodynamics;
Calculation of dew point based on a temperature. Valid between -100C to 100C. Based on ITC-90 approximation, and accurate within 0.0003K.
Parameters
T
Temperature in Celsius
Returns
Dewpoint temperature in Celsius
References
- Bob Hardy: "The proceedings of the Third International Symposium on Humidity & Moisture, Teddington, London, England, April 1998"
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.