Skip to content

Commit

Permalink
mention what happens in case of a wrong bound
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Aug 27, 2020
1 parent 9832eb5 commit 1636042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/numtheor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ DeclareOperation( "Lambda", [ IsObject ] );
## for computing <M>\lambda(<A>m</A>)</M> (see <Ref Oper="Lambda"/>) as the
## default for <A>bound</A>, and then factoring <A>bound</A>
## (see&nbsp;<Ref Func="FactorsInt"/>).
## <P/>
## If an incorrect <A>bound</A> is given then the result will be wrong.
## <Example><![CDATA[
## gap> OrderMod( 2, 7 );
## 3
Expand Down

0 comments on commit 1636042

Please sign in to comment.