I gave the following commands to GAP-3.2 gap> x := X(Rationals);; x.name := "x";; gap> Degree(0*x^0); -1 gap> EuclideanDegree(0*x^0); -1
Are these answers correct ?
Ansgar