Click or drag to resize

PolynomialAddition(Polynomial, Polynomial) Operator

Adds two polynomials.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Polynomial operator +(
	Polynomial p,
	Polynomial q
)

Parameters

p  Polynomial
The left-hand polynomial.
q  Polynomial
The right-hand polynomial.

Return Value

Polynomial
A new polynomial containing the sum.
See Also