nim-lang / bigints

BigInts for Nim
MIT License
124 stars 32 forks source link

Pure BigInts for Nim

test

This library provides a pure implementation for arbitrary precision integers in Nim.

It can be installed through nimble with:

nimble install https://github.com/nim-lang/bigints

bigints provides a BigInt type and related operations with standard Nim syntax:

Current limitations and possible enhancements

Documentation

The documentation is available at https://nim-lang.github.io/bigints.