@ilihub/reaumur
v1.0.1
Published
TypeScript functions for converting Reaumur to other temperature units.
Downloads
14
Maintainers
Readme
@ilihub/reaumur
TypeScript functions for converting Reaumur to other temperature units.
Installation
# if you're using pnpm
pnpm add @ilihub/reaumur
# or, if you're using npm
npm install @ilihub/reaumur
# or, if you're using yarn
yarn add @ilihub/reaumur
Usage
import { Reaumur } from "@ilihub/reaumur";
const reaumur = new Reaumur(80);
const celcius = reaumur.toCelsius();
console.log(celcius); // 100
const fahrenheit = reaumur.toFahrenheit();
console.log(fahrenheit); // 212
const rankine = reaumur.toRankine();
console.log(rankine); // 671.67
const kelvin = reaumur.toKelvin();
console.log(kelvin); // 373.15
Available Functions and Classes
Sponsors & Backers
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.