Polynomial.SlopeAt Method

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

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double SlopeAt(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The slope of the polynomial for the specified argument.

See Also