Curve.TangentAt Method

Gets the tangent line to the curve at the specified X-coordinate.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Polynomial TangentAt(
	double x
)

Parameters

x  Double
A real number.

Return Value

Polynomial
A Polynomial that is the tangent of the curve at the specified X-coordinate.

See Also