libmath-bigint-perl 1.999839-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999839-1) unstable; urgency=medium * New upstream version 1.999839. -- Roland Rosenfeld <email address hidden> Fri, 21 Jul 2023 12:48:01 +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.999839-1.dsc | 2.2 KiB | f1159e50eeff3b4b14316e70cb6c2abf1afb7911c45d912e81c76e026b750e43 |
libmath-bigint-perl_1.999839.orig.tar.gz | 2.7 MiB | 5062ba5c5efb17cbe7409ae8922cc46ff84fbaf1d741af9738723ba4bc6ebd61 |
libmath-bigint-perl_1.999839-1.debian.tar.xz | 4.1 KiB | e6f396709a018316868493d4b6186db077588f5c28def276ec17ae16a6e4edee |
Available diffs
- diff from 1.999838-1 to 1.999839-1 (10.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.