Thanks a lot, Jean-Pierre.
>From what you posted above, I am quite sure that it is a defect of the
conversion routine for the temperature unit. The reference temperature
for degC (273.15) and/or degF is stored internally as a DBL.
273.15(SGL) - 273.15(DBL) = -6.10352E-6;
274.15(SGL) - 273.15(DBL) = 0.999994;
.....
To solve this problem, there should be two reference temperatures,
273.15(DBL) and 273.15(SGL), for DBL and SGL with temperature unit
respectively.

Reply via email to