Math::Int64

Manipulate 64 bits integers in Perl
Download

Math::Int64 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Salvador Fandiño García
  • Publisher web site:
  • http://search.cpan.org/~salva/

Math::Int64 Tags


Math::Int64 Description

Math::Int64 is a Perl module that adds support for 64 bit integers, signed and unsigned, to Perl.SYNOPSIS use Math::Int64 qw(int64); my $i = int64(1); my $j = $i < < 40; my $k = int64("12345678901234567890"); print($i + $j * 1000000);Product's homepage


Math::Int64 Related Software