[ ソース: libmath-bigint-perl ]
パッケージ: libmath-bigint-perl (1.999818-1)
libmath-bigint-perl に関するリンク
Debian の資源:
libmath-bigint-perl ソースパッケージをダウンロード:
- [libmath-bigint-perl_1.999818-1.dsc]
- [libmath-bigint-perl_1.999818.orig.tar.gz]
- [libmath-bigint-perl_1.999818-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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.