Polynomial.Deflate Method
            Deflates a polynomial by dividing out a root.
            
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A polynomial of degree one less than the original.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Polynomial Deflate(
	double root
)Parameters
- root Double
- A real number.
Return Value
PolynomialA polynomial of degree one less than the original.