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

Search results for "Math::BigFloat"

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

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

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

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

Math::Prime::Util::ZetaBigFloat - Perl Big Float versions of Riemann Zeta and R functions River stage two • 12 direct dependents • 19 total dependents

Pure Perl implementations of Riemann Zeta and Riemann R using Math::BigFloat. These functions are used if: The input is a BigInt, a BigFloat, or the bignum module has been loaded. The Math::Prime::Util::GMP module is not available or old. If you use ...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution
  • ntheory - Number theory utilities
  • Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring

Bencher::Scenarios::MathBigFloat - A collection of scenarios to benchmark Math::BigFloat River stage one • 1 direct dependent • 1 total dependent

This distribution contains the following Bencher scenario modules: * Bencher::Scenario::MathBigFloat::Add * Bencher::Scenario::MathBigFloat::Subtract * Bencher::Scenario::MathBigFloat::Divide * Bencher::Scenario::MathBigFloat::Multiply...

PERLANCAR/Bencher-Scenarios-MathBigFloat-0.001 - 10 Dec 2017 00:04:28 UTC - Search in distribution

Number::Format::BigFloat - Format Math::BigFloat number River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Number-Format-BigFloat-0.001 - 09 Dec 2017 11:45:25 UTC - Search in distribution

PGObject::Type::BigFloat - Math::BigFloat wrappers for PGObject classes River stage zero No dependents

EHUELS/PGObject-Type-BigFloat-2.001001 - 11 Nov 2023 13:54:05 UTC - Search in distribution

bc - an arbitrary precision calculator language River stage one • 1 direct dependent • 1 total dependent

This is the PerlPowerTools implementations of GNU version of bc, a souped-up calculator language. This is documented at: https://www.gnu.org/software/bc/manual/html_mono/bc.html Options * -b - use Math::BigFloat * -d - turn on debugging output * -h -...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

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

Math::Currency - Exact Currency Math with Formatting and Rounding River stage one • 4 direct dependents • 4 total dependents

Currency math is actually more closely related to integer math than it is to floating point math. Rounding errors on addition and subtraction are not allowed and division/multiplication should never create more accuracy than the original values. All ...

MSCHOUT/Math-Currency-0.53 - 06 Jul 2023 15:28:35 UTC - Search in distribution

Glib - Perl wrappers for the GLib utility and Object libraries River stage three • 93 direct dependents • 195 total dependents

This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...

XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC - Search in distribution

Guile - Perl interface to the Guile Scheme interpreter. River stage zero No dependents

This module provides an interface to the Gnu Guile system. You can find out more about Guile at: http://www.gnu.org/software/guile/guile.html. Guile is an interpreter for the Scheme programming language. "Scheme is a statically scoped and properly ta...

MSTROUT/Guile-0.002 - 05 Mar 2004 16:00:02 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

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 219 direct dependents • 19622 total dependents

JSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC - Search in distribution

CHANGES - Revision history of SenseClusters River stage zero No dependents

1.05 Released October 3, 2015 (changes by TDP) * removed defined (@array) since now deprecated by Perl 1.03 Released June 29, 2013 (changes by TDP and AMJ) * Modify install.sh to default to Linux-x86_64 for Cluto installation (TDP) * Removed various ...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC - Search in distribution

CBOR::XS - Concise Binary Object Representation (CBOR, RFC7049) River stage two • 16 direct dependents • 26 total dependents

This module converts Perl data structures to the Concise Binary Object Representation (CBOR) and vice versa. CBOR is a fast binary serialisation format that aims to use an (almost) superset of the JSON data model, i.e. when you can represent somethin...

MLEHMANN/CBOR-XS-1.87 - 10 Sep 2023 20:45:43 UTC - Search in distribution

PGObject - A toolkit integrating intelligent PostgreSQL dbs into Perl objects River stage two • 8 direct dependents • 11 total dependents

PGObject contains the base routines for object management using discoverable stored procedures in PostgreSQL databases. This module contains only common functionality and support structures, and low-level API's. Most developers will want to use more ...

EINHVERFR/PGObject-2.4.0 - 21 Nov 2023 10:30:15 UTC - Search in distribution

MCE::Shared - MCE extension for sharing data supporting threads and processes River stage one • 2 direct dependents • 3 total dependents

This module provides data sharing capabilities for MCE supporting threads and processes. MCE::Hobo provides threads-like parallelization for running code asynchronously....

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC - Search in distribution
100 results (0.077 seconds)