Curve.Tangent At Method
Gets the tangent line to the curve at the
specified X-coordinate.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Polynomial that is the tangent of the curve at the specified X-coordinate.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Polynomial TangentAt(
double x
)
Parameters
- x Double
- A real number.
Return Value
PolynomialA Polynomial that is the tangent of the curve at the specified X-coordinate.