Gets the tangent line to the curve at the
specified X-coordinate.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Polynomial TangentAt(
double x
)
Public Function TangentAt (
x As Double
) As Polynomial
public:
Polynomial^ TangentAt(
double x
)
member TangentAt :
x : float -> Polynomial
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
PolynomialA
Polynomial that is the tangent
of the curve at the specified X-coordinate.
Reference