The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Math::Big"

Math::Big - routines (cos,sin,primes,hailstone,euler,fibbonaci etc) with big numbers River stage one • 2 direct dependents • 2 total dependents

This module contains some routines that may come in handy when you want to do some math with really, really big (or small) numbers. These are primarily examples....

PJACKLAM/Math-Big-1.16 - 29 Sep 2021 18:48:01 UTC

Bundle::Math::Big - Bundle of modules related to arbitrary size numbers River stage zero No dependents

This is a bundle of modules related to arbitrary size numbers. This also includes arbitrary precision number modules. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please s...

SMUELLER/Bundle-Math-Big-1.00 - 03 Apr 2004 16:12:40 UTC

Math::Big::Factors - factor big numbers into prime factors using different algorithmns River stage one • 2 direct dependents • 2 total dependents

This module contains some routines that may come in handy when you want to factor big numbers into prime factors. examples....

PJACKLAM/Math-Big-1.16 - 29 Sep 2021 18:48:01 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

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::BigFloat - arbitrary size floating point math package River stage four • 209 direct dependents • 1676 total dependents

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

Math::BigSimple River stage zero No dependents

The Math::BigSimple module can generate big simple numbers; it's very usefull for cryptographic programs which follow the open key principles(like RSA, IDEA, PGP and others). It's interface is VERY easy to use and it works enough fast even for the re...

SPECTRUM/Math-BigSimple-1.1a - 14 Jun 2005 06:58:25 UTC

Math::BigApprox - Fast and small way to closely approximate very large values. River stage zero No dependents

Math::BigApprox stores numbers as the logarithm of their (absolute) value (along with separately tracking their sign) and so can keep track of numbers having absolute value less than about 1e100000000 with several digits of precision (and quite a bit...

TYEMQ/Math-BigApprox-0.001005 - 10 Aug 2007 21:10:52 UTC

Math::GoldenBigMath - Verified Big Real Number Calcualtion With Operators + - * / % River stage zero No dependents

This module implements the algorithms I (and all other german childrens) learned in my school, in german called "Schriftliches Rechnen". That means exact calculation with pencil and paper, before computers or electronical calculators come up. All of ...

JPR/Math-GoldenBigMath-0-804 - 20 Aug 2014 06:56:16 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::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::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::BigFloat::Constant - arbitrary sized constant integers River stage zero No dependents

With this module you can define constant Math::BigFloat objects on a per-object basis. The usual "use Math::BigFloat ':constant'" will catch all floating point constants in the script at compile time, but will not let you create constant values on th...

PJACKLAM/Math-BigInt-Constant-1.15 - 03 Apr 2023 16:13:56 UTC
87 results (0.058 seconds)