[En-Nut-Discussion] log10f not suportet?

Kim Madsen k_madsen at esenet.dk
Mon Oct 2 23:05:04 CEST 2006


Is the math.h not surported.
I got error from the linker.
-------------------------------------------
 float logEx,dew_point;
 logEx=0.66077+7.5*t/(237.3+t)+(log10(h)-2);
 dew_point = (logEx - 0.66077)*237.3/(0.66077+7.5-logEx);
 return dew_point;

the error is at log10



More information about the En-Nut-Discussion mailing list