11# Rational
22
3+ <div align =" center " >
4+ <a href =" https://www.npmjs.com/package/@ericrovell/rational " >
5+ <img alt="npm package version" src="https://badgen.net/npm/v/@ericrovell/rational/" />
6+ </a >
7+ <a href =" https://www.npmjs.com/package/@ericrovell/rational " >
8+ <img alt="types included" src="https://badgen.net/npm/types/@ericrovell/rational/" />
9+ </a >
10+ <a href =" https://www.npmjs.com/package/@ericrovell/rational " >
11+ <img alt="downloads count" src="https://badgen.net/npm/dt/@ericrovell/rational/" />
12+ </a >
13+ <a href =" https://www.npmjs.com/package/@ericrovell/rational " >
14+ <img alt="node version" src="https://badgen.net/npm/node/@ericrovell/rational/" />
15+ </a >
16+ <a href =" https://www.npmjs.com/package/@ericrovell/rational " >
17+ <img alt="licence" src="https://badgen.net/npm/license/@ericrovell/rational/" />
18+ </a >
19+ </div >
20+
21+ <div align =" center " >
22+ <a href =" https://bundlephobia.com/package/@ericrovell/rational " >
23+ <img alt="minified size" src="https://badgen.net/bundlephobia/min/@ericrovell/rational/" />
24+ </a >
25+ <a href =" https://bundlephobia.com/package/@ericrovell/rational " >
26+ <img alt="minzipped size" src="https://badgen.net/bundlephobia/minzip/@ericrovell/rational/" />
27+ </a >
28+ <a href =" https://bundlephobia.com/package/@ericrovell/rational " >
29+ <img alt="dependency count" src="https://badgen.net/bundlephobia/dependency-count/@ericrovell/rational/" />
30+ </a >
31+ <a href =" https://bundlephobia.com/package/@ericrovell/rational " >
32+ <img alt="tree-shaking" src="https://badgen.net/bundlephobia/tree-shaking/@ericrovell/rational/" />
33+ </a >
34+ </div >
35+
336Rational is JavaScript library for rational numbers manipulations.
437
538## Features
@@ -11,6 +44,12 @@ Rational is JavaScript library for rational numbers manipulations.
1144
1245## Getting started
1346
47+ Package available via [ npm] ( https://www.npmjs.com/package/@ericrovell/rational ) :
48+
49+ ```
50+ npm i @ericrovell/rational
51+ ```
52+
1453``` js
1554import { rational } from " rational" ;
1655
0 commit comments