Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Note that infix:</> sometimes does not fit into Rat. colomon++
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 8639cf5 commit 228a486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S03-operators.pod
Expand Up @@ -736,7 +736,8 @@ Performs division of real or complex numbers, returning a real or complex
number of appropriate type.

If both operands are of integer or rational type, the operator returns the
corresponding C<Rat> value.
corresponding C<Rat> value (except when the result does not fit into a
C<Rat>, as detailed in L<S02>).

Otherwise, if either operand is of C<Complex> type, converts both
operands to C<Complex> and does division returning C<Complex>.
Expand Down

0 comments on commit 228a486

Please sign in to comment.