Math::BigInt provides support for arbitrary precision integers. Overloading is also provided for Perl operators. Input Input values to these routines may be any scalar number or string that looks like a number and represents an integer. * Leading and...
PJACKLAM/Math-BigInt-1.999818 - 21 Oct 2019 08:36:37 UTCMath::BigInt::GMP is a backend library for Math::BigInt, Math::BigFloat, Math::BigRat and related modules. Math::BigInt::GMP provides support for big integer calculations by means of the GMP C library. See <https://gmplib.org/> for more information a...
PJACKLAM/Math-BigInt-GMP-1.6007 - 11 Oct 2019 18:38:12 UTCThis module provides support for big integer calculations. It is not intended to be used directly, but rather as a parent class for backend libraries used by Math::BigInt, Math::BigFloat, Math::BigRat, and related modules. Other backend libraries inc...
PJACKLAM/Math-BigInt-1.999818 - 21 Oct 2019 08:36:37 UTCProvides support for big integer calculations by means of the libtommath c-library. *Since: CryptX-0.029*...
MIK/CryptX-0.069 - 25 Aug 2020 07:12:43 UTCMath::BigInt::Calc inherits from Math::BigInt::Lib. In this library, the numbers are represented in base B = 10**N, where N is the largest possible value that does not cause overflow in the intermediate computations. The base B elements are stored in...
PJACKLAM/Math-BigInt-1.999818 - 21 Oct 2019 08:36:37 UTCMath::BigInt::GMPz is a backend library for Math::BigInt, Math::BigFloat, Math::BigRat and related modules. It is not indended to be used directly. Math::BigInt::GMPz uses Math::GMPz objects for the calculations. Math::GMPz is an XS layer on top of t...
PJACKLAM/Math-BigInt-GMPz-0.0004 - 11 Oct 2019 18:38:23 UTCMath::BigInt::Pari inherits from Math::BigInt::Lib. Provides support for big integer in Math::BigInt et al. calculations via means of Math::Pari, an XS layer on top of the very fast PARI library....
PJACKLAM/Math-BigInt-Pari-1.3006 - 11 Oct 2019 18:38:35 UTCMath::BigInt is not very good suited to work with small (read: typical less than 10 digits) numbers, since it has a quite high per-operation overhead and is thus much slower than normal Perl for operations like: my $x = 1 + 2; # fast and correct my $...
PJACKLAM/Math-BigInt-Lite-0.19 - 24 Oct 2019 08:14:02 UTCThis module implements the Math::BigInt functions fparts() and eparts() which are variants of the standard Math::BigInt method parts(). The functions fparts() and eparts() return the mantissa and exponent with the values that are common for floating ...
PJACKLAM/Math-BigInt-Parts-0.03 - 08 Dec 2016 12:13:30 UTCThis is a subclass of Math::BigInt and adds support for named numbers....
PJACKLAM/Math-BigInt-Named-0.04 - 04 Dec 2016 09:27:53 UTCRandom number generator for arbitrarily large integers. Uses the Math::BigInt module to handle the generated values. This module exports a single function called random_bigint, which returns a single random Math::BigInt number of the specified range ...
BILLH/Math-BigInt-Random-0.04 - 20 Apr 2008 15:24:57 UTCMath::ModInt::BigInt is a generic implementation of Math::ModInt for arbitrarily large moduli. Like all Math::ModInt implementations, it is loaded behind the scenes when there is demand for it, without applications needing to worry about it. Note, ho...
MHASCH/Math-ModInt-0.012 - 30 Nov 2019 11:33:11 UTCPJACKLAM/Math-BigInt-BitVect-1.16 - 11 Oct 2019 18:37:49 UTC
With this module you can define constant BigInts on a per-object basis. The usual "use Math::BigInt ':constant'" will catch all integer constants in the script at compile time, but will not let you create constant values on the fly, nor work for stri...
PJACKLAM/Math-BigInt-Constant-1.11 - 08 Dec 2016 12:08:10 UTCMath::BigInt::FastCalc inherits from Math::BigInt::Calc. Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt...
PJACKLAM/Math-BigInt-FastCalc-0.5009 - 11 Oct 2019 18:38:01 UTCMath::BigInt::Random::OO is a module for generating arbitrarily large random integers from a discrete, uniform distribution. The numbers are returned as Math::BigInt objects....
PJACKLAM/Math-BigInt-Random-OO-0.04 - 28 Apr 2020 16:00:34 UTCThis is a subclass of Math::BigInt and adds support for named numbers with their name in German to Math::BigInt::Named. Usually you do not need to use this directly, but rather go via Math::BigInt::Named....
PJACKLAM/Math-BigInt-Named-0.04 - 04 Dec 2016 09:27:53 UTCThis is a subclass of Math::BigInt and adds support for named numbers with their name in English to Math::BigInt::Named. Usually you do not need to use this directly, but rather go via Math::BigInt::Named....
PJACKLAM/Math-BigInt-Named-0.04 - 04 Dec 2016 09:27:53 UTCMath::BigFloat provides support for arbitrary precision floating point. Overloading is also provided for Perl operators. All operators (including basic math operations) are overloaded if you declare your big floating point numbers as $x = Math::BigFl...
PJACKLAM/Math-BigInt-1.999818 - 21 Oct 2019 08:36:37 UTC