In the arithmetic expression defining a calculated item, is it possible to take the natural log of a subexpression?
The application is to transform ambient temperature and relative humidity to dewpoint using a formula:
The application is to transform ambient temperature and relative humidity to dewpoint using a formula:
b ( ln(h/100) + a*t/(b+t) )
---------------------------
a - ln(h/100) - a*t/(b+t)
Comment