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

Changelog

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

  * Team upload.
  * Import upstream version 1.999714
  * Update year of upstream copyright

 -- Lucas Kanashiro <email address hidden>  Mon, 04 Jan 2016 08:05:22 -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.999714-1.dsc 2.4 KiB 781a269ad44b8309c7402a1a2701d6add275971e9d948d7e2b80139dc405fa15
libmath-bigint-perl_1.999714.orig.tar.gz 230.8 KiB 5f35d01ec9894b4f7e6ed265f36b9bae95060897ef8bd898e827bd3301aa50e1
libmath-bigint-perl_1.999714-1.debian.tar.xz 3.1 KiB 5d3187bbb9032261439fa813920b08957310b77ab5fef6c5230a603f5d078e15

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.