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

Changelog

libmath-bigint-perl (1.999707-1) unstable; urgency=medium

  * Team upload.

  [ Lucas Kanashiro ]
  * Import upstream version 1.999707

  [ gregor herrmann ]
  * Update debian/copyright.
    Bump copyright years, new Upstream-Contact, remove Comment.

 -- Lucas Kanashiro <email address hidden>  Sat, 31 Oct 2015 16:44:28 -0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-bigint-perl_1.999707-1.dsc 2.3 KiB a04bcf30f7c4169664c6862519df8644bf8aa446371fea0a1eee8a711154294b
libmath-bigint-perl_1.999707.orig.tar.gz 218.6 KiB 7925e5ac5301341d24a1836a43285af1546428bc853fd737760e0f63f1324130
libmath-bigint-perl_1.999707-1.debian.tar.xz 2.9 KiB c53ce8618d8923cfac7a9269620dbdc5d5d643ffafc947dedd67b0b5be906486

Available diffs

No changes file available.

Binary packages built by this source

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

 Math::BigInt and Math::BigFloat allow one 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.