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 82f8d56 commit 63e5b13Copy full SHA for 63e5b13
doc/Type/Int.pod6
@@ -113,7 +113,7 @@ the method is called on a non-C<Int> number.
113
say ⅔.polymod(⅓); # OUTPUT: «(0 2)»
114
say 5.Rat.polymod(.3, .2); # OUTPUT: «(0.2 0 80)»
115
116
- my @digits-in-base37 = 9123607.polymod(37 xx *); #Base conversion
+ my @digits-in-base37 = 9123607.polymod(37 xx *); # Base conversion
117
say @digits-in-base37.reverse # OUTPUT: «[4 32 4 15 36]»
118
119
0 commit comments