Click or drag to resize

PolynomialToString Method

Format the polynomial in ascending order, e.g. "4.3 + 2.0x^2 - x^3".

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string ToString()

Return Value

String
The formatted polynomial string.
See Also