Polynomial<T>.ComplexSlopeAt Method

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

Definition

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

Parameters

z  Complex<T>
A complex number number.

Return Value

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

See Also