Click or drag to resize

ComplexMathPolar(Double, Double) Method

Create a complex number from a modulus (length) and an argument (radian)

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Polar(
	double modulus,
	double argument
)

Parameters

modulus  Double
The modulus (length).
argument  Double
The argument (angle, radian).

Return Value

Complex
The complex number created from the modulus and argument.
See Also