1.1.0 • Published 6 years ago

kelvin-to-celsius v1.1.0

Weekly downloads
20
License
MIT
Repository
github
Last release
6 years ago

kelvin-to-celsius Build Status

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 - Module to convert Kelvin to fahrenheit.

Kelvin - About Kelvin units.

License

MIT © alonalon