libmath-bigint-perl 1.999710-1 source package in Ubuntu
Changelog
libmath-bigint-perl (1.999710-1) unstable; urgency=medium * Team upload. * Import upstream version 1.999710 * Update year of upstream copyright * Update upstream contact in metadata -- Lucas Kanashiro <email address hidden> Tue, 17 Nov 2015 09:11:52 -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.999710-1.dsc | 2.4 KiB | 49d87d3147da51bf027826f7a447cc05cc323f46985a64e703de0aeb6d218509 |
libmath-bigint-perl_1.999710.orig.tar.gz | 220.4 KiB | 879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610 |
libmath-bigint-perl_1.999710-1.debian.tar.xz | 3.0 KiB | ab92754760341d2e52ed2903d14c6afa2de272ffc8ea51067e6c1841aa9e87a6 |
Available diffs
- diff from 1.999709-1 to 1.999710-1 (5.6 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.