Polynomial.ComplexSlopeAt Method

Evaluates the slope or first derivative of a polynomial for a complex number argument.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Complex<double> ComplexSlopeAt(
	Complex<double> z
)

Parameters

z  Complex<Double>
A complex number number.

Return Value

Complex<Double>
The slope of the polynomial for the specified argument.

See Also