Click or drag to resize

PolynomialDifferentiate Method

Differentiates the polynomial.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual Polynomial Differentiate()

Return Value

Type: Polynomial
The derivative of the polynomial.
See Also