kelvin-to-fahrenheit

1.1.0 • Public • Published

kelvin-to-fahrenheit Build Status

Convert Kelvin to Fahrenheit

Install

$ npm install --save kelvin-to-fahrenheit

Usage

const kelvinToFahrenheit = require('kelvin-to-fahrenheit');
 
kelvinToFahrenheit(300);
//=> 80.33

API

kelvinToFahrenheit(input)

input

Required Type: number Number to convert.

Related

Kelvin-to-celsius - Module to convert Kelvin to Celsius.

Kelvin - About Kelvin units.

License

MIT © alonalon

Package Sidebar

Install

npm i kelvin-to-fahrenheit

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

2.65 kB

Total Files

4

Last publish

Collaborators

  • alonalon