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

Changelog

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

  * Team upload.

  [ Lucas Kanashiro ]
  * Import upstream version 1.999704

  [ gregor herrmann ]
  * Rename debian/tests/pkg-perl/skip-syntax to syntax-skip.

 -- Lucas Kanashiro <email address hidden>  Tue, 29 Sep 2015 13:45:15 -0300

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.999704-1.dsc 2.3 KiB 6c062bdd91bc09c057fa7ecf6648b5013663c59aa162dcdef5b3435d44537886
libmath-bigint-perl_1.999704.orig.tar.gz 218.3 KiB af03da7e30b4e19f79c87d87b8c66938139a8162b35e45986480234016bae5d8
libmath-bigint-perl_1.999704-1.debian.tar.xz 3.0 KiB e42af50f9e18f003a79dd8872f7c31a9e93aea37bd44a27ff5ea23cbbaad0d81

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.