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

Add all_primitive_groups and all_transitive_groups variants taking a single int or int range #3403

Closed
fingolfin opened this issue Feb 21, 2024 · 0 comments · Fixed by #3404
Closed

Comments

@fingolfin
Copy link
Member

... so that one can write e.g. all_primitive_groups(10) as shorthand for all_primitive_groups(degree => 10); or all_transitive_groups(3:7) instead of all_transitive_groups(degree => 3:7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant