libmath-bigint-perl 1.999831-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999831-1) unstable; urgency=medium * Import upstream version 1.999831. * Declare compliance with Debian Policy 4.6.1. -- gregor herrmann <email address hidden> Tue, 17 May 2022 22:44:48 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-bigint-perl_1.999831-1.dsc | 2.4 KiB | 6415618e044eaa36ffef1d1d7ad32785ee9ad291e75b827bb4fee5902e3141c3 |
libmath-bigint-perl_1.999831.orig.tar.gz | 2.7 MiB | 66b7d1c3268491db079e3aa385038dd93556596c0af4199d30a9ede633f1ae72 |
libmath-bigint-perl_1.999831-1.debian.tar.xz | 3.8 KiB | dd74a7f4e3a782cc364b1ed10c28ec859720a928355423d17342856c94d96e19 |
Available diffs
- diff from 1.999830-1 to 1.999831-1 (378.8 KiB)
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.