Package de.tilman_neumann.jml.squareSums

  • Class Summary
    Class Description
    FourSquaresFinder
    An implementation of the algorithm of Pollack and Treviño that finds some four squares representation of an odd number n in O((log n)^2 * (log log n)^-1) given that ERH (the extended Riemann hypothesis) holds.
    SumOf4Squares
    Stuff concerning sums of 4 squares representations of natural numbers.