Help for this page
#!/usr/bin/env perl6 ... my $c = FatRat.new($a, $b); say "Real \$c: $c"; say "Rational \$c: { $c.numerator } / { $c.denominator }";
Product of array @a = 112250880 Product of array @b = 349779200 Real $c: 0.3209193 Rational $c: 87696 / 273265