Click or drag to resize

Polynomial Constructor

Constructs the zero polynomial, that is, the polynomial, p(x), that satisfies p(x) = 0 for all x.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Polynomial()
See Also