Package maths

Class TDono


  • public class TDono
    extends java.lang.Object
    Represents a Dono object which contains three polynomials.

    This class is used to store and manipulate polynomials in the context of polynomial operations. Each Dono object consists of three polynomials: p1, p2, and c.

    • Constructor Summary

      Constructors 
      Constructor Description
      TDono​(TMono p1, TMono p2, TMono c)
      Constructs a new TDono object with the specified polynomials.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TDono

        public TDono​(TMono p1,
                     TMono p2,
                     TMono c)
        Constructs a new TDono object with the specified polynomials.
        Parameters:
        p1 - the first polynomial
        p2 - the second polynomial
        c - the third polynomial