Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impelement iszero(::NumFieldOrdIdl) method #1261

Closed
thofma opened this issue Oct 25, 2023 · 1 comment
Closed

Impelement iszero(::NumFieldOrdIdl) method #1261

thofma opened this issue Oct 25, 2023 · 1 comment

Comments

@thofma
Copy link
Owner

thofma commented Oct 25, 2023

Originally posted by @fingolfin in oscar-system/Oscar.jl#2925 (comment)

@fingolfin
Copy link
Contributor

This seems to be resolved:

julia> subtypes(NumFieldOrderIdeal)
3-element Vector{Any}:
 AbsNumFieldOrderIdeal
 Hecke.RelNumFieldOrderIdeal
 Hecke.ZZIdl

julia> [hasmethod(iszero, (T,)) for T in subtypes(NumFieldOrderIdeal)]
3-element Vector{Bool}:
 1
 1
 1

@fieker fieker closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants