Category:Nim-Integers
Appearance
(Redirected from Category:Integers)
Library providing arbitrary precision integers for Nim.
It is more efficient than “bigint” as it wraps GMP whereas “bigint” is written in pure Nim and is less optimized.
Its interface is nicer than the one provided by “bignum” (which wraps GMP too) but “bignum” offers also rational numbers with arbitrary precision.
URL: https://github.com/fsh/integers
Install with command nimble install integers
Pages in category "Nim-Integers"
The following 18 pages are in this category, out of 18 total.