]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: use NumberField instead of QuadraticField everywhere.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Aug 2019 21:28:06 +0000 (17:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Aug 2019 21:28:06 +0000 (17:28 -0400)
This will be more extensible when we need a field containing both
sqrt(2) and sqrt(-1). QuadraticField can't handle that, so we have to
use NumberField anyway at that point. Might as well get it out of the
way.


No differences found