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 b1b494d commit f4af5a8Copy full SHA for f4af5a8
doc/Type/Rational.pod6
@@ -93,7 +93,7 @@ numerator and denominator coprime.
93
94
=head2 method base-repeating
95
96
- method base-repeating(Rational:D: Int:D() $base)
+ method base-repeating(Rational:D: Int:D() $base = 10)
97
98
Returns a list of two strings that, when concatenated, represent the number in
99
base C<$base>. The second element is the one that repeats. For example:
@@ -112,6 +112,8 @@ If no repetition occurs, the second string is empty:
112
The precision for determining the repeating group is limited to 1000
113
characters, above that, the second string is C<???>.
114
115
+C<$base> defaults to C<10>.
116
+
117
=end pod
118
119
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
0 commit comments