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 cfea1b4 commit 3157e72Copy full SHA for 3157e72
doc/Type/Rat.pod6
@@ -4,7 +4,7 @@
4
5
=SUBTITLE Rational number (limited-precision)
6
7
- class Rat is Cool does Rational[Int, UInt64] { }
+ class Rat is Cool does Rational[Int, uint64] { }
8
9
C<Rat> objects store rational numbers as a pair of a numerator and
10
denominator. Number literals with a dot but without exponent produce
0 commit comments