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.
- Re: Problem about SGL with temperature unit altenbach
- Re: Problem about SGL with temperature unit Jean-Pierre Drolet
- Re: Problem about SGL with temperature unit altenbach
- Re: Problem about SGL with temperature uni... Xu
- Re: Problem about SGL with temperature... Jean-Pierre Drolet
- Xu
