libmath-bigint-perl 1.999836-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999836-1) unstable; urgency=medium * Import upstream version 1.999836. -- gregor herrmann <email address hidden> Fri, 24 Jun 2022 23:38:49 +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.999836-1.dsc | 2.4 KiB | e8586c33d1a9e2edc393a3f06ff0e1f8632271949f289c62bbd1b9cfb7be3429 |
libmath-bigint-perl_1.999836.orig.tar.gz | 2.7 MiB | 9f0ffeed664d5576e2b5df6d2e2255643e9c4b5108f9be053c9ea137c020bbfe |
libmath-bigint-perl_1.999836-1.debian.tar.xz | 3.8 KiB | 1cddff682f69111c55a38494a2e2f9cef728f2fe452da87b9fab443e720a1a3b |
Available diffs
- diff from 1.999835-1 to 1.999836-1 (16.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.