Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S02] equivalent Rational for rat64 should have unsigned denominator.
Just like every other Rat and rat in Perl 6.
  • Loading branch information
ShimmerFairy committed Mar 2, 2013
1 parent 7d6ac4c commit 2a706be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-bits.pod
Expand Up @@ -741,7 +741,7 @@ not to the same size. The numerator should in general be twice the
size of the denominator to support user expectations. For instance,
a C<rat8> actually supports C<Rational[int16,uint8]>, allowing
numbers like C<100.01> to be represented, and a C<rat64>,
defined as C<Rational[int128,int64]>, can hold the number of seconds since
defined as C<Rational[int128,uint64]>, can hold the number of seconds since
the Big Bang with attosecond precision. Though perhaps not with
attosecond accuracy...)

Expand Down

0 comments on commit 2a706be

Please sign in to comment.