Polynomial.ComplexSlopeAt Method

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

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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