libmath-bigint-perl 1.999715-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999715-1) unstable; urgency=medium * Team upload. * Import upstream version 1.999715 -- Lucas Kanashiro <email address hidden> Fri, 08 Jan 2016 00:39:39 -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 | |
---|---|---|---|---|
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-bigint-perl_1.999715-1.dsc | 2.4 KiB | bb9429d7e04278c36db6ea7aa90b00238627d9d7926e8c7756f1c763fdc16670 |
libmath-bigint-perl_1.999715.orig.tar.gz | 246.3 KiB | cfae5c43c4cabe92a940f13e4a23515be4e0dbe72cba8d448a3e96f869794987 |
libmath-bigint-perl_1.999715-1.debian.tar.xz | 3.1 KiB | ddaf0e9188f659fc8a96a03eb1cedfd81de6faa86b99d89420abe3293d09a1a3 |
Available diffs
- diff from 1.999710-1 to 1.999715-1 (146.2 KiB)
- diff from 1.999714-1 to 1.999715-1 (20.9 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.