Click or drag to resize

ComplexMathPow2 Method

Returns the square of the complex number.

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

Parameters

c  Complex
Argument.

Return Value

Complex
Square of c.
See Also