Skip to content

Commit

Permalink
Update SmallClassNr.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
stertooy authored Dec 26, 2024
1 parent a66e758 commit 8d2b1c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/SmallClassNr.gd
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@ DeclareGlobalFunction( "NrSmallClassNrGroups" );
#! @BeginExample
NrSmallClassNrGroups( 14 );
#! 93
NrSmallClassNrGroups( [1..6] );
#! 24
NrSmallClassNrGroups( [3..5], IsNilpotentGroup );
#! 6
NrSmallClassnrGroups( IsSolvable, true, NrConjugacyClasses, 6 );
#! 7
#! @EndExample

#! @BeginGroup IteratorSmallClassNrGroupsGroup
Expand Down

0 comments on commit 8d2b1c0

Please sign in to comment.