Search results for "module:Math::BigInt"

Math::BigInt - arbitrary size integer math package River stage four • 209 direct dependents • 1676 total dependents

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. Anything that...

PJACKLAM/Math-BigInt-2.003002 - 06 Jan 2024 12:38:23 UTC

Math::BigInt::Lib - virtual parent class for Math::BigInt libraries River stage four • 209 direct dependents • 1676 total dependents

This 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-2.003002 - 06 Jan 2024 12:38:23 UTC

Math::BigInt::GMP - backend library for Math::BigInt etc. based on GMP River stage two • 12 direct dependents • 24 total dependents

Math::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.7001 - 06 Jan 2024 12:40:12 UTC

Math::BigInt::LTM - Use the libtommath library for Math::BigInt routines River stage three • 62 direct dependents • 246 total dependents

Provides support for big integer calculations by means of the libtommath c-library. *Since: CryptX-0.029*...

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC

Math::BigInt::GMPz - a math backend library based on Math::GMPz River stage zero No dependents

Math::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.0016 - 06 Jan 2024 12:40:18 UTC

Math::BigInt::Pari - a math backend library based on Math::Pari River stage zero No dependents

Math::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.3014 - 06 Jan 2024 12:40:20 UTC

Math::BigInt::Calc - pure Perl module to support Math::BigInt River stage four • 209 direct dependents • 1676 total dependents

Math::BigInt::Calc inherits from Math::BigInt::Lib. In this library, the numbers are represented interenally in base B = 10**N, where N is the largest possible integer that does not cause overflow in the intermediate computations. The base B elements...

PJACKLAM/Math-BigInt-2.003002 - 06 Jan 2024 12:38:23 UTC

Math::BigInt::Lite - What Math::BigInts are before they become big River stage one • 1 direct dependent • 2 total dependents

Math::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.29 - 25 Sep 2023 07:36:20 UTC

Math::BigInt::Named - Math::BigInt objects that know their name in some languages River stage zero No dependents

This is a subclass of Math::BigInt and adds support for named numbers....

PJACKLAM/Math-BigInt-Named-0.08 - 29 Sep 2021 14:57:16 UTC

Math::ModInt::BigInt - modular integer arithmetic, powered by Math::BigInt River stage one • 1 direct dependent • 1 total dependent

Math::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.013 - 28 Mar 2021 07:03:09 UTC

Math::BigInt::Random - arbitrary sized random integers River stage one • 1 direct dependent • 1 total dependent

Random 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 UTC

Math::BigInt::BitVect - a math backend library based on Bit::Vector River stage zero No dependents

PJACKLAM/Math-BigInt-BitVect-1.23 - 06 Jan 2024 12:40:01 UTC

Math::BigInt::FastCalc - Math::BigInt::Calc with some XS for more speed River stage one • 3 direct dependents • 8 total dependents

Math::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.5018 - 06 Jan 2024 12:38:35 UTC

Math::BigInt::Constant - arbitrary sized constant integers River stage zero No dependents

With this module you can define constant Math::BigInt objects 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 ...

PJACKLAM/Math-BigInt-Constant-1.15 - 03 Apr 2023 16:13:56 UTC

Math::BigInt::Random::OO - generate uniformly distributed Math::BigInt objects River stage zero No dependents

Math::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.05 - 05 Dec 2023 15:57:14 UTC

lib/Math/BigInt/Trace.pm River stage three • 30 direct dependents • 363 total dependents

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC

Math::BigInt::Named::German - Math::BigInt objects that know their name in German River stage zero No dependents

This 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.08 - 29 Sep 2021 14:57:16 UTC

Math::BigInt::Named::English - Math::BigInt objects that know their name in English River stage zero No dependents

This 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.08 - 29 Sep 2021 14:57:16 UTC

Math::BigInt::Named::Norwegian - Math::BigInt objects that know their name in Norwegian River stage zero No dependents

This is a subclass of Math::BigInt and adds support for named numbers with their name in Norwegian 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.08 - 29 Sep 2021 14:57:16 UTC

Math::BigRat - arbitrary size rational number math package River stage four • 209 direct dependents • 1676 total dependents

Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers. MATH LIBRARY You can change the underlying module that does the low-level math operations by using: use Math::BigRat try => 'GMP'; Note:...

PJACKLAM/Math-BigInt-2.003002 - 06 Jan 2024 12:38:23 UTC
98 results (0.059 seconds)