kelvin-to-celsius
v1.1.0
Published
Convert Kelvin to Celsius
Downloads
15
Maintainers
Readme
kelvin-to-celsius
Convert Kelvin to Celsius
Install
$ npm install --save kelvin-to-celsius
Usage
const kelvinToCelsius = require('kelvin-to-celsius');
kelvinToCelsius(45);
//=> -228.15
API
kelvinToCelsius(input)
input
Required
Type: number
Number to convert.
Related
[Kelvin-to-fahrenheit] (https://github.com/alonalon/kelvin-to-fahrenheit/blob/master/readme.md) - Module to convert Kelvin to fahrenheit.
[Kelvin] (https://en.wikipedia.org/wiki/Kelvin) - About Kelvin units.
License
MIT © alonalon