jsci.maths.fields
Interface Field
-
- All Superinterfaces:
- AbelianGroup, Ring
- All Known Implementing Classes:
- ComplexField, RealField
public interface Field extends Ring
This interface defines a field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static interfaceField.MemberThis interface defines a member of a field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisInverse(Field.Member a, Field.Member b)Returns true if one member is the inverse of the other.-
Methods inherited from interface jsci.maths.groups.AbelianGroup
isNegative, isZero, zero
-
-
-
-
Method Detail
-
isInverse
boolean isInverse(Field.Member a, Field.Member b)
Returns true if one member is the inverse of the other.
-
-
DMelt 3.0 © DataMelt by jWork.ORG