Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Scale Reference

An auditable, dependency-free reference for converting Celsius, Fahrenheit, kelvin, and Rankine values. The project includes:

  • an accessible browser calculator;
  • direct affine formulas and worked checks;
  • a small reusable JavaScript conversion module;
  • reference and round-trip tests;
  • notes about temperature intervals, absolute zero, notation, and precision.

Run the checks

npm test

Open index.html in a browser to use the calculator. For more scales and localized definitions, see the UnitConv temperature converter.

Method

Every input is first mapped to kelvin, then mapped from kelvin to the requested scale. This keeps the offset and scale logic in one place and makes inverse checks straightforward.

License

MIT

About

Auditable Celsius, Fahrenheit, kelvin and Rankine conversion reference

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages