Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S03] Rat / Rat also produces a Rat
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 67e83a4 commit 8639cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S03-operators.pod
Expand Up @@ -14,8 +14,8 @@ Synopsis 3: Perl 6 Operators

Created: 8 Mar 2004

Last Modified: 6 Apr 2012
Version: 243
Last Modified: 9 Apr 2012
Version: 244

=head1 Overview

Expand Down Expand Up @@ -735,7 +735,7 @@ C<< infix:</> >>
Performs division of real or complex numbers, returning a real or complex
number of appropriate type.

If both operands are of integer type, the operator returns the
If both operands are of integer or rational type, the operator returns the
corresponding C<Rat> value.

Otherwise, if either operand is of C<Complex> type, converts both
Expand Down

0 comments on commit 8639cf5

Please sign in to comment.