libmath-bigint-perl 1.999830-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999830-1) unstable; urgency=medium * Import upstream version 1.999830. * Update years of upstream and packaging copyright. -- gregor herrmann <email address hidden> Fri, 15 Apr 2022 16:23:40 +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.999830-1.dsc | 2.4 KiB | 2fb5125268182eee96b4bd91a8cd16f6b52e38ec36f0c3aa6995a66b7a78b884 |
libmath-bigint-perl_1.999830.orig.tar.gz | 2.9 MiB | a723ab6d72a2ed1ea08338f15621985c9cf14961f2b34a815a1bd0a3d7948e83 |
libmath-bigint-perl_1.999830-1.debian.tar.xz | 3.8 KiB | 28f16148f5aeb430e75c17b9adaf7830148b7a3033b10eb9b7147f51f6342725 |
Available diffs
- diff from 1.999829-1 to 1.999830-1 (14.1 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.