Package org.midheaven.math
Interface Field<T extends Field<T>>
- Type Parameters:
T- the type of element in the Field
- All Superinterfaces:
AdditionGroup<T>,AdditionMonoid<T>,MultiplicationGroup<T>,MultiplicationMonoid<T>
- All Known Subinterfaces:
Rational
Represents a mathematical Field. A Field is a AdditionGroup that is also a MultiplicationGroup
-
Method Summary
Methods inherited from interface org.midheaven.math.AdditionGroup
abs, minus, negateMethods inherited from interface org.midheaven.math.AdditionMonoid
isZero, plusMethods inherited from interface org.midheaven.math.MultiplicationGroup
invert, overMethods inherited from interface org.midheaven.math.MultiplicationMonoid
isOne, times