Interface MultiplicationGroup<T extends MultiplicationGroup<T>>

Type Parameters:
T - the type of element in the MultiplicationGroup
All Superinterfaces:
MultiplicationMonoid<T>
All Known Subinterfaces:
Field<T>, Rational

public interface MultiplicationGroup<T extends MultiplicationGroup<T>> extends MultiplicationMonoid<T>
Defines the contract for Multiplication Group.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    over(T other)
     

    Methods inherited from interface org.midheaven.math.MultiplicationMonoid

    isOne, times
  • Method Details

    • invert

      T invert()
    • over

      T over(T other)