Skip to content

Aliics/bignum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hare - bignum

bignum math in hare. Representation of a bignum is just an array of bytes, which I have aliased to be a digit. So, a sequence of digits...

Anyways, most algorithms using bignums in this implementations are linear time, which means math operations are much more expensive than your usual integer operations, which are constant time and very cheap. If you were looking at this library anyway, you likely new that.

Have a look at the haredoc and start mathing away. :D

About

bignum implementaion in hare

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published