Package | Description |
---|---|
dev.nm.algebra.structure | |
dev.nm.number | |
dev.nm.number.complex |
Modifier and Type | Method and Description |
---|---|
F |
Field.divide(F that)
/ : F × F → F
That is the same as
this.multiply(that.inverse()) |
F |
Field.inverse()
For each a in F, there exists an element b in F such that
a × b = b × a = 1.
|
Modifier and Type | Method and Description |
---|---|
Real |
Real.inverse() |
Modifier and Type | Method and Description |
---|---|
Complex |
Complex.inverse() |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.