OneWire DS18B20,DS2450,MAX31850

Dependents:   MAX31850_HelloWorld

Horner_ITS90.h

Committer:
fblanc
Date:
2015-02-12
Revision:
0:9acbbb021a43

File content as of revision 0:9acbbb021a43:

#ifndef __Horner_ITS90_H__
#define __Horner_ITS90_H__

const double ITS90_TCK_subzero[] =
{
  

0.0,
2.5173462E-2,
-1.1662878E-6,
-1.0833638E-9,
-8.9773540E-13,
-3.7342377E-16,
-8.6632643E-20,
-1.0450598E-23,
-5.1920577E-28,
0.0

};
const double ITS90_TCK_sub500[] =
{
0.0,
2.508355E-02,
7.860106E-08,
-2.503131E-10,
8.315270E-14,
-1.228034E-17,
9.804036E-22,
-4.413030E-26,
1.057734E-30,
-1.052755E-35
};

const double ITS90_TCK_sub1372[] =
{
-1.318058E+02,
4.830222E-02,
-1.646031E-06,
5.464731E-11,
-9.650715E-16,
8.802193E-21,
-3.110810E-26,
0.0,
0.0,
0.0

};

#endif