Skip to content

A typescript library for arbitrary precision rational numbers

License

Notifications You must be signed in to change notification settings

mountainpath9/big-rational

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A typescript library for arbitrary precision rational numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published