File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ its real part and 0e0 as the imaginary part.
73
73
method Int(Real:D:)
74
74
75
75
Calls the L « C < Bridge > method|/routine/Bridge» on the invocant and then
76
- calls the L « C < Int > method|/routine/Int» on its return value.
76
+ the L « C < Int > method|/routine/Int» on its return value.
77
77
78
78
= head2 method Rat
79
79
80
80
method Rat(Real:D: Real $epsilon = 1e-6)
81
81
82
82
Calls the L « C < Bridge > method|/routine/Bridge» on the invocant and then
83
- calls the L « C < Rat > method|/routine/Rat» on its return value with the
83
+ the L « C < Rat > method|/routine/Rat» on its return value with the
84
84
C < $epsilon > argument.
85
85
86
86
= head2 method Real
@@ -99,7 +99,7 @@ C<self.new>.
99
99
method Num(Real:D:)
100
100
101
101
Calls the L « C < Bridge > method|/routine/Bridge» on the invocant and then
102
- calls the L « C < Num > method|/routine/Num» on its return value.
102
+ the L « C < Num > method|/routine/Num» on its return value.
103
103
104
104
= head2 routine rand
105
105
You can’t perform that action at this time.
0 commit comments