Talk:Unicode polynomial equation

From Rosetta Code
Revision as of 19:12, 18 November 2011 by Rdm (talk | contribs) (Openended and misnamed?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Openended and misnamed?

This proposal does not limit the syntax in any way. It does not mention parenthesis. Meanwhile, 1+1/x is not a polynomial (and neither is x^1/x), and limiting supported syntax to only that unicode which can represent polynomials would still allow for a variety of ambiguities, such as:

c₁y¹+c₂y²
∑ (1+xⁿ)xⁱ

I recommend explicitly listing the characters which should be supported, and eliminating the parts of the task description which refer to negative exponents. Another alternative would be to change the task name and explicitly document the syntax being supported. --Rdm 19:12, 18 November 2011 (UTC)