First time here? Check out the FAQ!
answered 2020-03-04 11:05:37 +0100
As seen in the documentation for Euclidean domains the Euclidean function is implemented as a method on elements named euclidean_degree:
euclidean_degree
sage: R.<x> = QQ[] sage: x.euclidean_degree() 1