Sun Jun 02 13:48:56 2013jabowery [...] gmail.com - Ticket created
Subject:
bigrat documentation error?
Date:
Sun, 2 Jun 2013 12:48:42 -0500
To:
bug-bignum [...] rt.cpan.org
From:
James Bowery <jabowery [...] gmail.com>
In http://search.cpan.org/~flora/bignum-0.32/lib/bignum.pm there appears
this example:
There is also use bigrat; which gives you big rationals:
perl -Mbigrat -le 'print 1234+4.1'
12381/10
but when I execute that line:
$ perl -Mbigrat -le 'print 1234+4.1'
1238.1