Interface FieldElement<T>

  • Type Parameters:
    T - the type of the field elements
    All Known Subinterfaces:
    RealFieldElement<T>
    All Known Implementing Classes:
    Dfp, DfpDec

    public interface FieldElement<T>
    Interface representing field elements.
    Since:
    2.0
    See Also:
    Field