The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "PJACKLAM"

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 - Search in distribution

File::Temp - return name and handle of a temporary file safely River stage five • 2431 direct dependents • 32646 total dependents

"File::Temp" can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehand...

ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 UTC - Search in distribution

bignum - transparent big number support for Perl River stage three • 30 direct dependents • 363 total dependents

Literal numeric constants By default, every literal integer becomes a Math::BigInt object, and literal non-integer becomes a Math::BigFloat object. Whether a numeric literal is considered an integer or non-integers depends only on the value of the co...

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC - Search in distribution
  • bigint - transparent big integer support for Perl
  • bigrat - transparent big rational number support for Perl
  • bigfloat - transparent big floating point number support for Perl

Math::Matrix - multiply and invert matrices River stage one • 5 direct dependents • 7 total dependents

This module implements various constructors and methods for creating and manipulating matrices. All methods return new objects, so, for example, "$X->add($Y)" does not modify $X. $X -> add($Y); # $X not modified; output is lost $X = $X -> add($Y); # ...

PJACKLAM/Math-Matrix-0.94 - 13 Jan 2021 13:22:59 UTC - Search in distribution

Math::Roman - Arbitrary sized Roman numbers and conversion from and to Arabic. River stage one • 1 direct dependent • 1 total dependent

Well, it seems I have been infected by the Perligata-Virus, too. ;o) This module lets you calculate with Roman numbers, as if they were big integers. The numbers can have arbitrary length and all the usual functions from Math::BigInt are available. I...

PJACKLAM/Math-Roman-1.10 - 04 Apr 2023 12:23:49 UTC - Search in distribution

Math::String - Arbitrary sized integers having arbitrary charsets to calculate with key rooms River stage one • 3 direct dependents • 6 total dependents

This module lets you calculate with strings (specifically passwords, but not limited to) as if they were big integers. The strings can have arbitrary length and charsets. Please see Math::String::Charset for full documentation on possible character s...

PJACKLAM/Math-String-1.30 - 18 Jul 2021 15:40:39 UTC - Search in distribution

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 - Search in distribution

Math::Gauss - Gaussian distribution function and its inverse River stage zero No dependents

This module calculates the Gaussian probability density, the cumulative distribution function (Gaussian distribution function), and the inverse Gaussian distribution function. EXPORT None by default. The ":all" tag is recognized, or import individual...

JANERT/Math-Gauss-0.01 - 01 Aug 2011 02:19:25 UTC - Search in distribution

Geo::Ellipsoid - longitude and latitude calculations using an ellipsoid model River stage one • 2 direct dependents • 2 total dependents

Geo::Ellipsoid performs geometrical calculations on the surface of an ellipsoid. An ellipsoid is a three-dimension object formed from the rotation of an ellipse about one of its axes. The approximate shape of the earth is an ellipsoid, so Geo::Ellips...

PJACKLAM/Geo-Ellipsoid-1.15 - 24 Jan 2021 19:16:41 UTC - Search in distribution

No::PersonNr - Check Norwegian Social security numbers River stage one • 1 direct dependent • 2 total dependents

This documentation is written in Norwegian. Denne modulen kan brukes for å sjekke norske personnummer. De 2 siste siffrene i personnummerene er kontrollsiffre og må stemme overens med resten for at det skal være et gyldig nummer. Modulen inneholder o...

GAAS/Norge-1.08 - 21 May 2004 10:53:02 UTC - Search in distribution

Math::Summation - add numbers in ways that give less numerical errors River stage zero No dependents

This module implements various algorithms that significantly reduces the numerical error in the total obtained by adding a sequence of finite-precision floating-point numbers, compared to the obvious approach. No functions are exported by default. Th...

PJACKLAM/Math-Summation-0.02 - 10 Feb 2020 17:24:26 UTC - Search in distribution

Math::String::Charset::Wordlist - A dictionary charset for Math::String River stage zero No dependents

This module lets you create an charset object, which is used to construct Math::String objects. This object maps an external wordlist (aka a dictionary file where one line contains one word) to a simple charset, e.g. each word is one character in the...

PJACKLAM/Math-String-Charset-Wordlist-0.09 - 02 Feb 2017 12:12:49 UTC - Search in distribution

Text::Unaccent::PurePerl - remove accents from characters River stage one • 1 direct dependent • 2 total dependents

Conversions Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e., removing accents and other diacritic marks from characters. Here, the term *unaccenting* has a rather loose meaning, since this module does a lot more than just remo...

PJACKLAM/Text-Unaccent-PurePerl-0.05 - 02 Mar 2013 12:49:19 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Acme::Cow::Interpreter - Cow programming language interpreter River stage zero No dependents

This module implements an interpreter for the Cow programming language. The Cow programming language is a so-called esoteric programming language, with only 12 commands....

PJACKLAM/Acme-Cow-Interpreter-0.02 - 20 Dec 2020 07:27:29 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Math::Random::OO::Normal - Generates random numbers from the normal (Gaussian) distribution River stage one • 2 direct dependents • 4 total dependents

This subclass of Math::Random::OO generates random reals from the normal probability distribution, also called the Gaussian or bell-curve distribution. The module generates random normals from the inverse of the cumulative normal distribution using a...

DAGOLDEN/Math-Random-OO-0.22 - 09 Jun 2013 19:08:46 UTC - Search in distribution

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 - Search in distribution
27 results (0.039 seconds)