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

Search results for "module:Math::Fraction"

Math::Cephes::Fraction - Perl interface to the cephes math fraction routines River stage two • 11 direct dependents • 18 total dependents

This module is a layer on top of the basic routines in the cephes math library to handle fractions. A fraction object is created via any of the following syntaxes: my $f = Math::Cephes::Fraction->new(3, 2); # $f = 3/2 my $g = new Math::Cephes::Fracti...

SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTC

Math::Fraction::Egyptian - construct Egyptian representations of fractions River stage zero No dependents

From Wikipedia <http://en.wikipedia.org/wiki/Egyptian_fractions>: An Egyptian fraction is the sum of distinct unit fractions, such as 1/2 + 1/3 + 1/16 That is, each fraction in the expression has a numerator equal to 1 and a denominator that is a pos...

JTRAMMELL/Math-Fraction-Egyptian-0.01 - 15 Apr 2009 03:10:29 UTC

lib/Math/Bacovia/Fraction.pm River stage zero No dependents

TRIZEN/Math-Bacovia-0.04 - 04 Oct 2018 17:14:48 UTC

Math::Round::Var - Variations on rounding. River stage two • 2 direct dependents • 10 total dependents

This module gives you the ability to round numbers to either decimal or fractional precision while encapsulating the rounding precision in an object. This allows scripts and modules to maintain multiple precision values as objects. It also implements...

EWILHELM/Math-Round-Var-v1.0.0 - 09 Mar 2008 16:52:06 UTC

Math::FractionManip - Manipulate fractions River stage zero No dependents

This module is the resurrection of "Math::Fraction" which disappeared from CPAN and wouldn't install anyway. Now that is fixed. The decimal to fraction functionality of this module is too handy to not have imho. The module Number::Fraction does a pro...

GENE/Math-FractionManip-0.5504 - 23 Oct 2022 18:30:43 UTC

Math::ContinuedFraction - Create and Manipulate Continued Fractions. River stage zero No dependents

Continued fractions are expressions of the form b1 a1 + ------- b2 a2 + ------- b3 a3 + ------- ... For most instances, the 'b' terms are 1, and the continued fraction can be written as "[a1, a2, a3, ...]", etc. If the sequence of 'a' terms ends at a...

JGAMBLE/Math-ContinuedFraction-0.14 - 10 Apr 2019 20:29:34 UTC

Math::NumSeq::FractionDigits - the digits of a fraction p/q River stage zero No dependents

The sequence of digits which are a given fraction. For example 1/7 in decimal, being 0.14285714... 1, 4, 2, 8, 5, 7, 1, 4, etc After any integer part, the fraction digits are a repeating sequence. If the fraction is num/den and is in least terms (num...

KRYDE/Math-NumSeq-75 - 04 Jun 2022 12:11:23 UTC

lib/Math/NumSeq/OEIS/Catalogue/Plugin/FractionDigits.pm River stage zero No dependents

KRYDE/Math-NumSeq-75 - 04 Jun 2022 12:11:23 UTC

Math::SO3 - Perl extension for SO3 rotations River stage zero No dependents

Internal representation: SO3s are blessed refs to strings of size 3*3*sizeof(double) which contain the rotation matrix elements in standard C order. THIS IS PART OF THE OFFICIAL INTERFACE, so you may use this information, if you want. (It simply does...

FISCH/Math-SO3-0.90 - 07 Sep 1999 15:36:59 UTC

Math::Sidef - Perl interface to Sidef's mathematical library. River stage zero No dependents

Math::Sidef provides an easy interface to the numerical built-in system of Sidef. It supports all the numerical functions provided by: * Sidef::Types::Number::Number * Sidef::Types::Number::Mod * Sidef::Types::Number::Gauss * Sidef::Types::Number::Qu...

TRIZEN/Math-Sidef-0.05 - 06 Nov 2021 15:53:06 UTC

Math::Pari - Perl interface to PARI. River stage two • 4 direct dependents • 15 total dependents

This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose pr...

ILYAZ/Math-Pari-2.030523 - 12 Apr 2022 09:21:44 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::GSL::Sys - Misc Math Functions River stage one • 5 direct dependents • 6 total dependents

This module contains various useful math functions that are not usually provided by standard libraries. * "gsl_log1p($x)" This function computes the value of \log(1+$x) in a way that is accurate for small $x. It provides an alternative to the BSD mat...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 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::Round::Fair - distribute rounding errors fairly River stage zero No dependents

This module provides two exportable functions, "round_fair", which allocates an integer value, fairly distributing rounding errors, and "round_adjacent", which takes a list of real numbers and rounds them up, or down, to an adjacent integer, fairly. ...

MMIMS/Math-Round-Fair-0.03 - 16 Dec 2010 19:26:23 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::GSL::Statistics - Statistical functions River stage one • 5 direct dependents • 6 total dependents

Here is a list of all the functions in this module : * "gsl_stats_mean($data, $stride, $n)" - This function returns the arithmetic mean of the array reference $data, a dataset of length $n with stride $stride. The arithmetic mean, or sample mean, is ...

HAKONH/Math-GSL-0.44 - 01 Dec 2023 19:49:12 UTC

Math::Algebra::Symbols River stage one • 1 direct dependent • 1 total dependent

This package supplies a set of functions and operators to manipulate operator expressions algebraically using the familiar Perl syntax. These expressions are constructed from L</Symbols>, L</Operators>, and L</Functions>, and processed via L</Methods...

PRBRENAN/Math-Algebra-Symbols-1.27 - 27 Jan 2016 01:21:15 UTC
61 results (0.036 seconds)