Package it.unimi.di.prog2.h11


package it.unimi.di.prog2.h11
Codice relativo alla lezione 11 per maggiori dettagli si veda il diario del corso.
  • Class
    Description
    Una frazione.
    IntSets are mutable, unbounded sets of integers.
     
    Polys are immutable polynomials with integer coefficients.
     
    SparsePolys are immutable polynomials with integer coefficients such that the number of nonzero coefficient is small with respect to the degree.
    A record holding a term of the polynomial.
     
    Test della riduzione ai minimi termini di una frazione.
    Test del prodotto tra frazioni.
    Test del prodotto tra frazioni e numeri interi.
    Test della somma tra frazioni.