Skip to content

Ambrosia/purescript-decimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-decimal

Latest release Build Status

A library for calculations with arbitrary length numbers. This is a simple wrapper around decimal.js by Michael M.

Module documentation

Installation and usage

You can install this package via Bower. You will also need decimal.js, which can be installed via npm:

bower install purescript-decimal
npm install decimal.js

For the browser, remember to bundle decimal.min.js with your code.

Development

bower install
npm install

Then, use pulp to build, run tests and generate the documentation.

Thanks ❤️

  • sharkdp for doing pretty much all of the work!

About

Arbitrary length numbers for PureScript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 80.6%
  • JavaScript 19.4%