Skip to content

Commit 31bad39

Browse files
committed
Add Num.Num
1 parent 54b178d commit 31bad39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/Num.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ Converts the number to a L<FatRat|/type/FatRat> with the precision C<$epsilon>.
131131
is a C<Inf>, C<-Inf>, or a C<NaN>, converts them to a L<FatRat|/type/FatRat> with C<0>
132132
L<denominator|/routine/denominator> and C<1>, C<-1>, or C<0> L<numerator|/routine/numerator>, respectively.
133133
134+
=head2 method Num
135+
136+
method Num()
137+
138+
Returns the invocant.
139+
134140
=head2 method Bridge
135141
136142
Defined as:

0 commit comments

Comments
 (0)