Uses of Class
dev.nm.algebra.structure.Field.InverseNonExistent
-
Packages that use Field.InverseNonExistent Package Description dev.nm.algebra.structure dev.nm.number dev.nm.number.complex -
-
Uses of Field.InverseNonExistent in dev.nm.algebra.structure
Methods in dev.nm.algebra.structure that throw Field.InverseNonExistent Modifier and Type Method Description FField. divide(F that)/ : F × F → FFField. inverse()For each a in F, there exists an element b in F such that a × b = b × a = 1. -
Uses of Field.InverseNonExistent in dev.nm.number
Methods in dev.nm.number that throw Field.InverseNonExistent Modifier and Type Method Description RealReal. inverse() -
Uses of Field.InverseNonExistent in dev.nm.number.complex
Methods in dev.nm.number.complex that throw Field.InverseNonExistent Modifier and Type Method Description ComplexComplex. inverse()
-