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

Search results for "module: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

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

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

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

Math::Yapp - Perl extension for working with Polynomials. Yes, I know there are *many!* Polynomial packages. And like them, I started it for (geeky) fun, then got obsessed with it as a learning experience. Enjoy! River stage zero No dependents

Man, if that synopsis don't say it all, what can I possibly add? :-) OK, as mentioned above, this is a fun project. The plan, not necessarily all implemented at the first release, is to provide many kinds of operations on the polynomials that intimid...

JASALOMON/Math-Yapp-1.07 - 26 Feb 2017 21:40:36 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::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::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

Math::Complex - complex numbers and associated mathematical functions River stage four • 112 direct dependents • 2297 total dependents

This package lets you create and manipulate complex numbers. By default, *Perl* limits itself to real numbers, but an extra "use" statement brings full complex support, along with a full set of mathematical functions typically associated with and/or ...

ZEFRAM/Math-Complex-1.59 - 01 Feb 2012 23:39:04 UTC

Math::Counting - Combinatorial counting operations River stage one • 1 direct dependent • 1 total dependent

Compute the factorial, number of permutations, number of derangements and number of combinations. The ":big" functions are wrappers around "bfac" in Math::BigInt with a bit of arithmetic between. The student versions exist to illustrate the computati...

GENE/Math-Counting-0.1307 - 30 Oct 2019 16:09:23 UTC

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

Math::Assistant - functions for various exact algebraic calculations River stage one • 1 direct dependent • 1 total dependent

The module contains important algebraic operations: matrix rank, determinant and solve an equation system. The integer values are accepted. Calculations with the raised accuracy....

DONANGEL/Math-Assistant-0.05 - 05 Jan 2013 12:07:41 UTC

Math::PlanePath - points on a path through the 2-D plane River stage one • 3 direct dependents • 4 total dependents

This is a base class for some mathematical paths which map an integer position $n to and from coordinates "$x,$y" in the 2D plane. The current classes include the following. The intention is that any "Math::PlanePath::Something" is a PlanePath, and s...

KRYDE/Math-PlanePath-129 - 19 Jan 2021 06:32:01 UTC

Math::FixedPoint River stage zero No dependents

This module implements fixed point arithmetic for Perl. There are applications, such as currency/money handling, where floating point numbers are not the best fit due to it's limited precision. $ perl -e 'print int(37.73*100)' 3772 This problem is un...

DICHI/Math-FixedPoint-0.20130625.1928 - 25 Jun 2013 19:29:05 UTC

Math::Calculator - a multi-stack calculator class River stage zero No dependents

Math::Calculator is a simple class representing a stack-based calculator. It can have an arbitrary number of stacks....

RJBS/Math-Calculator-1.023 - 31 Dec 2022 18:14:13 UTC

Math::Polynomial - Perl class for polynomials in one variable River stage one • 5 direct dependents • 5 total dependents

Math::Polynomial objects represent polynomials in one variable, i.e. expressions built with finitely many additions, subtractions and multiplications of the variable and some constants. A standard way of writing down a polynomial in one variable is a...

MHASCH/Math-Polynomial-1.021 - 03 Apr 2021 10:31:10 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::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 19 total dependents

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

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

Data::Tools::Math River stage zero No dependents

CADE/Data-Tools-1.43 - 23 Mar 2024 11:54:30 UTC
43 results (0.061 seconds)