libmath-bigint-perl 1.999828-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999828-1) unstable; urgency=medium * Import upstream version 1.999828. -- gregor herrmann <email address hidden> Sun, 19 Dec 2021 13:10:07 +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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-bigint-perl_1.999828-1.dsc | 2.4 KiB | e7edc2dd1410466d32c734bf12313864b2122cd670c0f9c0f82538b0d0e0c3ad |
libmath-bigint-perl_1.999828.orig.tar.gz | 2.9 MiB | 6fe2579ea73203523e6202ab6dfa901624bdd5d5d8d8fe95d38998fa9133dc36 |
libmath-bigint-perl_1.999828-1.debian.tar.xz | 3.7 KiB | 283f72f16720d0c4c2814b8d215ba80078d53f87220c86ce75829d37a4624d8f |
Available diffs
- diff from 1.999827-1 to 1.999828-1 (14.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.