libmath-bigint-perl 1.993-1 source package in Ubuntu

Changelog

libmath-bigint-perl (1.993-1) unstable; urgency=low

  [ gregor herrmann ]
  * New upstream release.
  * Update copyright holders and years.
  * Add build dependencies on libtest-pod-perl, libtest-pod-coverage-perl.

  [ Jonathan Yu ]
  * New upstream release
  * Add myself to Uploaders and Copyright
  * Bump debhelper compat to 8
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:06:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmath-bigint-perl_1.993.orig.tar.gz 206.7 KiB 19e21fcd7a3525eb0802b7735be3a83d55d87a232e6ab54ef68368fe80d6f442
libmath-bigint-perl_1.993-1.debian.tar.gz 2.1 KiB 59818c8bbef4959c46c202016c96b08e3ecd215567703e5a7d761f97a9976732
libmath-bigint-perl_1.993-1.dsc 2.0 KiB 1aec58fd58d29c6d7020ea6bb2d9124f888fb346126942cc9a7ae1df5e0b5ce2

Available diffs

View changes file

Binary packages built by this source

libmath-bigint-perl: arbitrary size integer/float math package

 Math::BigInt and Math::BigFloat allow to declare big integers / floating
 point numbers as
 .
  $i = new Math::BigInt '123_456_789_123_456_789';
  $i = new Math::BigFloat '12_3.456_789_123_456_789E-2';
 .
 All operators are overloaded; operations with overloaded operators preserve
 the arguments.
 .
 Math::BigInt is also in perl core, this package provides newer versions
 separately.