Skip to content

Commit e25115a

Browse files
committed
Clarified item on numeric computation.
Reason: rational numbers are not floating point and most math functions yield a Num.
1 parent 1b5a682 commit e25115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/faq.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ them offer all.
559559
560560
=item System administration simplified due to simpler update/upgrade policies.
561561
562-
=item Floating point math without precision loss because of Rats (rational numbers).
562+
=item Simple numeric computation without precision loss because of Rats (rational numbers).
563563
564564
=item Extensible grammars for parsing data or code (which Perl 6 uses to parse itself).
565565

0 commit comments

Comments
 (0)