libmath-bigint-perl 1.999829-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999829-1) unstable; urgency=medium * Import upstream version 1.999829. -- gregor herrmann <email address hidden> Fri, 31 Dec 2021 19:27:34 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-bigint-perl_1.999829-1.dsc | 2.4 KiB | 86408b624562e02b6eb9ec8ffa2c8fe8ae864196359cb95c21359d3e0cf69758 |
libmath-bigint-perl_1.999829.orig.tar.gz | 2.9 MiB | 6508738b1bb0021e7fc766e376540057634a3a57b077d32cbc3f42a4599a7bee |
libmath-bigint-perl_1.999829-1.debian.tar.xz | 3.7 KiB | 7302a024ae1de3a4d3845ea1b92b7219c7350e00053ff56bb8702572fc19ad04 |
Available diffs
- diff from 1.999828-1 to 1.999829-1 (7.0 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.