libmath-bigint-perl 1.999838-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999838-1) unstable; urgency=medium * New upstream version 1.999838, which fixes infinite recursion in bitwise operations (Closes: #1012704, #1017042). * Update d/upstream/metadata pointing bugs to rt.cpan.org. * Add myself to uploaders. * Add debian/salsa-ci.yml. -- Roland Rosenfeld <email address hidden> Fri, 31 Mar 2023 17:13:30 +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.999838-1.dsc | 2.2 KiB | fb604897131527c1ce1a0ce2be206c51688ae73b49ef343ed6d064058d1debf7 |
libmath-bigint-perl_1.999838.orig.tar.gz | 2.7 MiB | d3c2fb37d412ac8d126452caad5764f02193147261b59c56e652167c41d1e9d5 |
libmath-bigint-perl_1.999838-1.debian.tar.xz | 4.0 KiB | 6ca68e1b2db2b6fafaafd6710de9b832693271d4474a22a11cdb2b6430d7a3b7 |
Available diffs
- diff from 1.999837-1 to 1.999838-1 (9.5 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.