| BigDecimalConstants |
|
| BigDecimalMath |
Basic BigDecimal arithmetics.
|
| BigIntCollectionUtil |
Utility methods for collections of BigIntegers.
|
| BigIntConstants |
|
| BigIntConverter |
Conversion from doubles to BigInteger with minimal precision loss and no need of slow BigDecimal.
|
| BigIntGrid |
A two-dimensional grid of big integers.
|
| BigIntPoly |
A simple integer polynomial implementation, once inspired by http://www.strw.leidenuniv.nl/~mathar/progs/FI/oeis_8java.html
(now dead link, sorry)
|
| BigIntTriangle |
A triangle of integers.
|
| BigRational |
Big rational numbers with exact arithmetics.
|
| IntCollectionUtil |
Utility methods for collections of Integers.
|
| NumberGrid<U> |
A two-dimensional number grid with pretty-print method.
|
| Rng |
Simple helper class to generate random numbers.
|
| Uint128 |
An incomplete 128 bit unsigned int implementation.
|
| UnsignedBigInt |
A very limited unsigned big integer implementation.
|
| UnsignedBigIntTest |
Test for UnsignedBigInt classes.
|