Skip to content

Commit 228a486

Browse files
committed
Note that infix:</> sometimes does not fit into Rat. colomon++
1 parent 8639cf5 commit 228a486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S03-operators.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,8 @@ Performs division of real or complex numbers, returning a real or complex
736736
number of appropriate type.
737737

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

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

0 commit comments

Comments
 (0)