Polynomial.Complex Slope At 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.3
C#
The slope of the polynomial for the specified argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Complex<double> ComplexSlopeAt(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The slope of the polynomial for the specified argument.