We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1666da9 commit e6235e5Copy full SHA for e6235e5
doc/Type/Numeric.pod6
@@ -65,7 +65,7 @@ as accurately as is possible. Fail with C<X::Numeric::Real> otherwise.
65
Returns the number converted to the narrowest type that can hold it without
66
loss of precision.
67
68
- say (4.0 + 0i).narrow.perl; # OUTPUT: «4»
+ say (4.0 + 0i).narrow.raku; # OUTPUT: «4»
69
say (4.0 + 0i).narrow.^name; # OUTPUT: «Int»
70
71
=head2 method ACCEPTS
0 commit comments