Search results for "module:Math::Factor::XS"
Math::Factor::XS - Factorize numbers and calculate matching multiplications
"Math::Factor::XS" factorizes numbers by applying trial divisions....
KRYDE/Math-Factor-XS-0.40 - 16 Aug 2012 00:39:17 UTC
Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring
A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...
DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC
Math::SimpleHisto::XS - Simple histogramming, but kinda fast
This module implements simple 1D histograms with fixed or variable bin size. The implementation is mostly in C with a thin Perl layer on top. If this module isn't powerful enough for your histogramming needs, have a look at the powerful-but-experimen...
SMUELLER/Math-SimpleHisto-XS-1.30 - 23 May 2014 05:54:21 UTC
Math::Prime::Util::PP - Pure Perl version of Math::Prime::Util
Pure Perl implementations of prime number utilities that are normally handled with XS or GMP. Having the Perl implementations (1) provides examples, (2) allows the functions to run even if XS isn't available, and (3) gives big number support if Math:...
DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC
Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP
A module for number theory in Perl using GMP. This includes primality tests, getting primes in a range, factoring, and more. While it certainly can be used directly, the main purpose of this module is for Math::Prime::Util. That module will automatic...
DANAJ/Math-Prime-Util-GMP-0.52 - 22 Jun 2020 09:19:08 UTC
Math::NumSeq::DivisorCount - how many divisors
The number of divisors of i, 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 2, 4, 4, 5, 2, 6, 2, ... starting i=1 i=1 is divisible only by 1 so value=1. Then i=2 is divisible by 1 and 2 so value=2. Or for example i=6 is divisible by 4 numbers 1,2,3,6 so value=4...
KRYDE/Math-NumSeq-75 - 04 Jun 2022 12:11:23 UTC
Math::SymbolicX::FastEvaluator - Fast, XS, stack-based formula evaluator
*WARNING*: Highly experimental! Wrong usage results in segmentation faults and pain. There are two was to evaluate a Math::Symbolic formula that come with the main distribution: Calling the "value()" method on it or using the Math::Symbolic::Compiler...
SMUELLER/Math-SymbolicX-FastEvaluator-0.01 - 31 Oct 2008 16:31:12 UTC