9 releases

new 0.1.8 Jun 6, 2023
0.1.7 Jun 5, 2023
0.1.5 May 29, 2023

#407 in Algorithms

Download history 49/week @ 2023-05-07 60/week @ 2023-05-14 64/week @ 2023-05-21 53/week @ 2023-05-28

226 downloads per month
Used in asciigraph

MIT license

260KB
6.5K SLoC

Math Library

This library implements big-integers and rational numbers. Though the big-integers don't have size limits, some functions assume that a big-integer is less than 2^(2^31). It's safer to use numbers smaller than that.

This library is for VERY ACCURATE computation. If performance matters, don't use this library.

Dependencies