Polynomial.js icon indicating copy to clipboard operation
Polynomial.js copied to clipboard

Should FIELD interface include ZERO, ONE, and equals?

Open duetosymmetry opened this issue 7 years ago • 1 comments
trafficstars

Every field has an additive identity ZERO, multiplicative identity ONE, and of course a test for equality. I think it would make sense to add these to the interface definition for FIELD.

duetosymmetry avatar Dec 13 '17 17:12 duetosymmetry

What would you like to do with these attributes? I mean you are right, but these field attributes are not needed by any operation atm, or am I missing something?

infusion avatar Feb 15 '18 16:02 infusion