@clubfest/frac

0.2.1 • Public • Published

Usage

import * as frac from './node_modules/@clubfest/frac/frac.js'
// 1/2 + 1/4 + 1 = 1.75
console.log(frac.make(1, 2).plus(frac.make(1, 4)).plus(1).toFloat());

Readme

Keywords

Package Sidebar

Install

npm i @clubfest/frac

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

4.57 kB

Total Files

4

Last publish

Collaborators

  • clubfest