Click or drag to resize

ComplexMathInverse Method

Returns the inverse of the argument z, i.e. 1/z

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Inverse(
	Complex z
)

Parameters

z  Complex
The argument.

Return Value

Complex
Inverse of z, i.e. 1/z.
See Also