Skip to content

Commit

Permalink
DOC: SubgroupOfWholeGroupByCosetTable assumes table is standardized.
Browse files Browse the repository at this point in the history
This resolves #2173
  • Loading branch information
hulpke committed Mar 6, 2018
1 parent 70c8489 commit 80c1855
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/grpfp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,11 @@ DeclareGlobalFunction("TracedCosetFpGroup");
## <Func Name="SubgroupOfWholeGroupByCosetTable" Arg='fpfam, tab'/>
##
## <Description>
## 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
## table <A>tab</A>
## and returns the subgroup of <A>fpfam</A><C>!.wholeGroup</C> defined by
## this coset table.
## this coset table. The function will not check whether the coset table is
## standardized.
## See also&nbsp;<Ref Func="CosetTableBySubgroup"/>.
## </Description>
## </ManSection>
Expand Down

0 comments on commit 80c1855

Please sign in to comment.