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 56fcbe0 commit 6eb95cdCopy full SHA for 6eb95cd
lib/Rat.pod
@@ -10,10 +10,10 @@ C<Rat>s.
10
11
3.1; # Rat.new(31, 10)
12
13
-That way arithmetic with short dotted-decimal numbers does not suffer
+Thus arithmetic with short dotted-decimal numbers does not suffer
14
from floating point errors.
15
16
-To prevent the numerator and denominator to become pathologically large,
+To prevent the numerator and denominator from becoming pathologically large,
17
the denominator is limited to 64 bit storage. On overflow of the denomniator
18
a C<Num> (floating-poing number) is returned instead.
19
0 commit comments