Bases: sage.categories.category.Category
The category of gcd domains domains where gcd can be computed but where there is no guarantee of factorisation into irreducibles
EXAMPLES:
sage: GcdDomains()
Category of gcd domains
sage: GcdDomains().super_categories()
[Category of integral domains]
TESTS:
sage: TestSuite(GcdDomains()).run()
EXAMPLES:
sage: GcdDomains().super_categories()
[Category of integral domains]