libmath-bigint-perl 1.999839-2 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999839-2) unstable; urgency=medium * Add patch to fix Math::BigFloat subclass numeric comparison. Written by Niko Tyni, and merged upstream. (Closes: #1043234) * Update years of packaging copyright. * Declare compliance with Debian Policy 4.6.2. -- gregor herrmann <email address hidden> Mon, 14 Aug 2023 01:56:28 +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 | |
---|---|---|---|---|
Mantic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-bigint-perl_1.999839-2.dsc | 2.4 KiB | c8c58c7071f6e88a07032863351d8fe6b2c4e9dd67f15c7d65d665de881782f1 |
libmath-bigint-perl_1.999839.orig.tar.gz | 2.7 MiB | 5062ba5c5efb17cbe7409ae8922cc46ff84fbaf1d741af9738723ba4bc6ebd61 |
libmath-bigint-perl_1.999839-2.debian.tar.xz | 5.0 KiB | ff33cc166eebefa30d555133367532220690e82b2e61845fb3b783a10f917ec0 |
Available diffs
- diff from 1.999839-1 to 1.999839-2 (1.7 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.