kelvin-to-celsius

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i kelvin-to-celsius

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

2.64 kB

Total Files

4

Last publish

Collaborators

  • alonalon