File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Defined as:
44
44
45
45
I < This method may be provided by the parent classes and not implemented in ComplexStr directly > .
46
46
47
- Returns C < True > if the invocant is numerically C < ±0±0i > , otherwise returns C < True > . String portion
47
+ Returns C < False > if the invocant is numerically C < ±0±0i > , otherwise returns C < True > . String portion
48
48
is not considered.
49
49
50
50
= head2 method Capture
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Defined as:
43
43
44
44
I < This method may be provided by the parent classes and not implemented in IntStr directly > .
45
45
46
- Returns C < True > if the invocant is numerically C < 0 > , otherwise returns C < True > . String portion
46
+ Returns C < False > if the invocant is numerically C < 0 > , otherwise returns C < True > . String portion
47
47
is not considered.
48
48
49
49
= head2 method Int
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Defined as:
43
43
44
44
I < This method may be provided by the parent classes and not implemented in NumStr directly > .
45
45
46
- Returns C < True > if the invocant is numerically C < ±0e0 > , otherwise returns C < True > . String portion
46
+ Returns C < False > if the invocant is numerically C < ±0e0 > , otherwise returns C < True > . String portion
47
47
is not considered.
48
48
49
49
= head2 method Num
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Defined as:
43
43
44
44
I < This method may be provided by the parent classes and not implemented in RatStr directly > .
45
45
46
- Returns C < True > if the L < numerator > of the numeric portion is C < 0 > , otherwise returns C < True > .
46
+ Returns C < False > if the L < numerator > of the numeric portion is C < 0 > , otherwise returns C < True > .
47
47
This applies for C « < 0/0 > » zero-denominator L < RatStr > as well, despite C « ?< 0/0 >.Num » being
48
48
C < True > . String portion is not considered.
49
49
You can’t perform that action at this time.
0 commit comments