Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
OneWire/Horner_ITS90.h
- Committer:
- fblanc
- Date:
- 2014-05-27
- Revision:
- 0:55f2866e9c0c
File content as of revision 0:55f2866e9c0c:
#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