We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bb62d commit 20dd5a2Copy full SHA for 20dd5a2
QRCoder/QRCodeGenerator.Polynom.cs
@@ -28,7 +28,6 @@ public Polynom(int count)
28
/// Returns a string that represents the polynomial in standard algebraic notation.
29
/// Example output: "a^2*x^3 + a^5*x^1 + a^3*x^0", which represents the polynomial 2x³ + 5x + 3.
30
/// </summary>
31
- /// <returns>A string representation of the polynomial, formatted as a sum of terms like 'a^coefficient*x^exponent + ...'.</returns>
32
public override string ToString()
33
{
34
var sb = new StringBuilder();
0 commit comments