Search results for "module:bigint"
bigint - transparent big integer support for Perl
All numeric literal in the given scope are converted to Math::BigInt objects. Numeric literal that represent non-integers are truncated to an integer. All results of expressions are also truncated to integer. All operators (including basic math opera...
PJACKLAM/bignum-0.66 - 16 May 2022 16:34:09 UTC
FP::BigInt
Loads Math::BigInt, monkey patches "FP_Show_show" and "FP_Equal_equal" methods into it, and exports the "bigint" constructor function....
PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC
Math::BigInt - arbitrary size integer math package
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.002001 - 09 Dec 2023 11:32:19 UTC
Math::BigInt::LTM - Use the libtommath library for Math::BigInt routines
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::Lib - virtual parent class for Math::BigInt libraries
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.002001 - 09 Dec 2023 11:32:19 UTC
Math::BigInt::GMP - backend library for Math::BigInt etc. based on GMP
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.6013 - 20 Sep 2023 18:18:29 UTC
Math::BigInt::Pari - a math backend library based on Math::Pari
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.3012 - 20 Sep 2023 18:18:51 UTC
Math::BigInt::GMPz - a math backend library based on Math::GMPz
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.0013 - 21 Sep 2023 13:26:39 UTC
Math::BigInt::Calc - pure Perl module to support Math::BigInt
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.002001 - 09 Dec 2023 11:32:19 UTC
Math::BigInt::Lite - What Math::BigInts are before they become big
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
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::BigInt::Random - arbitrary sized random integers
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::ModInt::BigInt - modular integer arithmetic, powered by Math::BigInt
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
Path::Hilbert::BigInt - A slower, no-frills converter between very large 1D and 2D spaces using the Hilbert curve
See the documentation for Path::Hilbert, except s/Path::Hilbert/Path::Hilbert::BigInt/ as needed....
PWBENNETT/Path-Hilbert-2.000 - 15 Feb 2016 15:25:48 UTC
Math::BigInt::BitVect - a math backend library based on Bit::Vector
PJACKLAM/Math-BigInt-BitVect-1.21
-
20 Sep 2023 18:24:13 UTC
Algorithm::AM::BigInt - Helper functions for AM big integers
AM uses custom 128-bit unsigned integers in its XS code, and these numbers cannot be treated normally in Perl code. This package provides some helper functions for working with these numbers. DETAILS Under the hood, the big integers used by AM are sc...
NGLENN/Algorithm-AM-3.12 - 03 Apr 2021 09:28:33 UTC
Eve::PgSqlType::Bigint - a PostgreSQL bigint type.
Eve::PgSqlType::Bigint is a PostgreSQL bigint type adapter class....
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC
Math::BigInt::FastCalc - Math::BigInt::Calc with some XS for more speed
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.5015 - 20 Sep 2023 18:18:18 UTC
Math::BigInt::Constant - arbitrary sized constant integers
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
Encode::Base58::BigInt - Base58 encodings with BigInt
Encode::Base58::BigInt is a base58 encoder/decoder implementation in Perl. Generated strings excludes confusing characters, "0" and "O" is treated as "D", "l" and "I" is treated as "1"....
SATOH/Encode-Base58-BigInt-0.03 - 09 Mar 2013 14:09:27 UTC