@mountainpath9/big-rational
v0.2.0
Published
An arbitrary precision rational number library
Downloads
144
Readme
An arbitrary precision rational number library
Features
- implemented in typescript
- uses the native
bigint
type - no dependencies
Development
build and test
yarn
yarn build
yarn test
publish
yarn build
(cd dist; npm publish --access=public)