Skip to content

cmditch/elm-bigint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigint

Elm's native integer type uses raw JavaScript integers which are limited in size (MDN). Sometimes, we want more.

This package provides a BigInt type and associated functions so that you can work with integers of unlimited size at the cost of some speed. Benchmarks included.

Contributions

are very welcome!

Aknowledgements

About

An elm implementation of the BigInt paradigm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages