Package de.tilman_neumann.jml.base
-
Class Summary Class Description 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.BigRationalTest IntCollectionUtil Utility methods for collections of Integers.NumberGrid<U> A two-dimensional number grid with pretty-print method.Rng Generator for pseudo-random natural and floating point numbers.RngTest Uint128 An incomplete 128 bit unsigned int implementation.UnsignedBigInt A very limited unsigned big integer implementation.UnsignedBigIntTest Test for UnsignedBigInt classes.