package bigint;
use 5.006;
-$VERSION = '0.28';
+$VERSION = '0.29';
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( PI e bpi bexp );
expressions will be truncated anyway, but this can, for instance, affect the
return value of subroutines:
- sub three_integer { use integer; return 3.2; }
- sub three_bigint { use bigint; return 3.2; }
+ sub three_integer { use integer; return 3.2; }
+ sub three_bigint { use bigint; return 3.2; }
- print three_integer(), " ", three_bigint(),"\n"; # prints "3.2 3"
+ print three_integer(), " ", three_bigint(),"\n"; # prints "3.2 3"
=head2 Options
YAML::Syck
YAML::Tiny
dist/bignum/lib/bigint.pm Apparent broken link 1
-dist/bignum/lib/bigint.pm Verbatim line length including indents exceeds 80 by 1
dist/bignum/lib/bignum.pm Apparent broken link 1
dist/bignum/lib/bignum.pm Verbatim line length including indents exceeds 80 by 1
dist/bignum/lib/bigrat.pm Apparent broken link 1