@mountainpath9/big-rational
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

An arbitrary precision rational number library

  • implemented in typescript
  • uses the native bigint type
  • no dependencies

Dev

build and test

yarn
yarn build
yarn test

publish

yarn build
(cd dist; npm publish --access=public)

Readme

Keywords

none

Package Sidebar

Install

npm i @mountainpath9/big-rational

Weekly Downloads

8

Version

0.1.0

License

AGPL-3.0-or-later

Unpacked Size

16.8 kB

Total Files

8

Last publish

Collaborators

  • mountainpath9