> < ^ Date: Mon, 08 Mar 1993 15:08:29 +0100
> < ^ From: Ansgar Kaup <kaup@ccucvx.unican.es >
> ^ Subject: Degree and EuclideanDegree
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


> < [top]