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

Changelog

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

  * Import upstream version 1.999827.

 -- gregor herrmann <email address hidden>  Mon, 11 Oct 2021 19:30:37 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-bigint-perl_1.999827-1.dsc 2.4 KiB 56459c69d9f9fbcd4d4213aa40184278413454588a91c9d4ebd6c159563f2c13
libmath-bigint-perl_1.999827.orig.tar.gz 2.9 MiB 46e995b696284df8dbbedce0c718261f40692df7e9cda535312cb87999adcae6
libmath-bigint-perl_1.999827-1.debian.tar.xz 3.7 KiB 5143705fabcdc64f31903f77345de02eb39a5ba45f94919879383e46894374ae

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.