Click or drag to resize

NMathFunctionsDoubleComplexArgFunc Field

Complex Argument function. If the polar coordinates for the complex number z are (r,theta), then this function, when applied to z will return the real number theta.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Func<DoubleComplex, double> DoubleComplexArgFunc

Field Value

FuncDoubleComplex, Double
See Also