Changeset 914

Show
Ignore:
Timestamp:
10/25/00 17:31:51 (8 years ago)
Author:
bobd
Message:

(bob dougherty) Fixed typos in temp-conversion polynomial fit formula. (thanks to Uwe Anderson for finding them.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/via686a.c

    r788 r914  
    200200// numbers on my machine (ie. they agree with what my BIOS tells me).   
    201201// Here's the fifth-order fit to the 8-bit data: 
    202 // temp = 1.625093e-09*val^5 - 1.001632e-06*val^4 + 2.457653e-04*val^3 -  
    203 //        2.967619e-02*val^2 + 2.175144e+00*val - 7.090067e+0. 
     202// temp = 1.625093e-10*val^5 - 1.001632e-07*val^4 + 2.457653e-05*val^3 -  
     203//        2.967619e-03*val^2 + 2.175144e-01*val - 7.090067e+0. 
     204// 
     205// (2000-10-25- RFD: thanks to Uwe Andersen <uandersen@mayah.com> for  
     206// finding my typos in this formula!) 
    204207// 
    205208// Alas, none of the elegant function-fit solutions will work because we