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

Changelog

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

  * Team upload.
  * Imported Upstream version 1.999708

 -- Salvatore Bonaccorso <email address hidden>  Sun, 08 Nov 2015 09:16:02 +0100

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.999708-1.dsc 2.2 KiB f6a3ef5522dcfd4cd76ec99d961790411ec0b7db2cd17be153d8209e7a1c636e
libmath-bigint-perl_1.999708.orig.tar.gz 218.9 KiB 696de73d9bbc0c4ab452c527699b0e5c7015050fe2a46bfb64a78bdacd3d7cda
libmath-bigint-perl_1.999708-1.debian.tar.xz 2.9 KiB be4bc7a50eade5f0f7184a8483f8484b2a35edfc404e50bd3438ecc06b45082f

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.