We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c8489 commit 80c1855Copy full SHA for 80c1855
lib/grpfp.gd
@@ -689,9 +689,11 @@ DeclareGlobalFunction("TracedCosetFpGroup");
689
## <Func Name="SubgroupOfWholeGroupByCosetTable" Arg='fpfam, tab'/>
690
##
691
## <Description>
692
-## takes a family <A>fpfam</A> of an FpGroup and a coset table <A>tab</A>
+## takes a family <A>fpfam</A> of an FpGroup and a standardized coset
693
+## table <A>tab</A>
694
## and returns the subgroup of <A>fpfam</A><C>!.wholeGroup</C> defined by
-## this coset table.
695
+## this coset table. The function will not check whether the coset table is
696
+## standardized.
697
## See also <Ref Func="CosetTableBySubgroup"/>.
698
## </Description>
699
## </ManSection>
0 commit comments