ComplexMathInverse Method |
Returns the inverse of the argument z, i.e. 1/z
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Inverse(
Complex z
)
Parameters
- z Complex
- The argument.
Return Value
ComplexInverse of z, i.e. 1/z.
See Also