18 releases

0.1.17 Sep 17, 2023
0.1.16 Sep 3, 2023
0.1.15 Jun 18, 2023
0.1.5 May 29, 2023

#372 in Math

Download history 16/week @ 2024-02-25 5/week @ 2024-03-03 18/week @ 2024-03-10 13/week @ 2024-03-17 1/week @ 2024-03-24 252/week @ 2024-03-31

285 downloads per month
Used in 2 crates

MIT license

310KB
7.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