Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expmod and is-prime aren't operators.
  • Loading branch information
GlitchMr committed Jun 2, 2013
1 parent ce25ff4 commit 2814352
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/Int.pod
Expand Up @@ -27,14 +27,6 @@ separators, but don't carry any meaning:
Returns a one-character string, by interpreting the integer as a Unicode
codepoint number and converting it the corresponding character.
=head1 Operators
=head2 div
multi sub infix:<div>(Int:D, Int:D) returns Int:D
Does an integer division, rounded down.
=head2 expmod
multi sub expmod (Int:D: Int $y, Int $mod) returns Int:D
Expand All @@ -53,4 +45,12 @@ number of iterations the test is allowed to do.
Returns C<False> if this C<Int> is known not to be a prime.
=head1 Operators
=head2 div
multi sub infix:<div>(Int:D, Int:D) returns Int:D
Does an integer division, rounded down.
=end pod

0 comments on commit 2814352

Please sign in to comment.