-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
docThis change adds or pertains to documentationThis change adds or pertains to documentation
Description
The documentation says:
is_domain_type(::Type{T}) where T <: NCRingElement is_exact_type(::Type{T}) where T <: NCRingElementReturn true if the given ring element type can only belong to elements of an integral domain or exact ring respectively. (An exact ring is one whose elements are represented exactly in the system without approximation.)
But one can actually also call them on ring types, not just ring element types (and arguably that's the more natural version for is_domain_type at least). I think the documentation should list those as well (and perhaps say that they are implemented by delegating to the element versions -- but that's really only important for implementors, so perhaps it can be in a callout / note
Metadata
Metadata
Assignees
Labels
docThis change adds or pertains to documentationThis change adds or pertains to documentation