Ports Search

Results 6170 of 792 for /math/.(0.002 seconds)
math/math-functions-0.1.5.2 (Score: 0.31217477)
Special functions and Chebyshev polynomials
This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing.
math/Math-Base36-0.10 (Score: 0.31217477)
Encoding and decoding of base36 strings
This module converts to and from Base36 numbers (0..9 - A..Z) It was created because of an article/challenge in "The Perl Review"
math/Math-Base85-0.2 (Score: 0.31217477)
Perl extension for base 85 numbers, as referenced by RFC 1924
RFC 1924 describes a compact, fixed-size representation of IPv6 addresses which uses a base 85 number system. This module handles some of the uglier details of it. The base 85 numbers (from 0 to 84) are as follows: 0..9 A..Z a..z ! # $ % & ( ) * + - ; < = > ? @ ^ _ ` { | } ~ At the moment, there's not much in this module. But it should be sufficient for the purposes of RFC 1924. -Anton
math/Math-BaseCalc-1.017 (Score: 0.31217477)
Convert numbers between various bases
This module facilitates the conversion of numbers between various number bases. You may define your own digit sets, or use any of several predefined digit sets. Seamus Venasse <svenasse@polaris.ca>
math/Math-CDF-0.1 (Score: 0.31217477)
Generate probabilities and quantiles
This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB for more information. Functions are available for 7 continuous distributions (Beta, Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two discrete distributions (Binomial and Negative Binomial). Optional non-centrality parameters are available for the Chi-square, F and T-distributions. Cumulative probabilities are available for all 9 distributions and quantile functions are available for the 7 continuous distributions.
math/Math-Combinatorics-0.09 (Score: 0.31217477)
Perform combinations and permutations on lists
Combinatorics is the branch of mathematics studying the enumeration, combination, and permutation of sets of elements and the mathematical relations that characterize their properties. As a jumping off point, refer to: http://mathworld.wolfram.com/Combinatorics.html This module provides a pure-perl implementation of nCk, nPk, and n! (combination, permutation, and factorial, respectively).
math/Math-Complex-1.59 (Score: 0.31217477)
Complex numbers and associated mathematical functions
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 extended to complex numbers.
math/Math-Logic-1.19 (Score: 0.31217477)
Perl module providing pure 2, 3, or multi-value logic
Perl's built-in logical operators, C<and>, C<or>, C<xor> and C<not> support 2-value logic. This means that they always produce a result which is either true or false. In fact perl sometimes returns 0 and sometimes returns undef for false depending on the operator and the order of the arguments. For "true" Perl generally returns the first value that evaluated to true which turns out to be extremely useful in practice. Given the choice Perl's built-in logical operators are to be preferred -- but when you really want pure 2-degree logic or 3-degree logic or multi-degree logic they are available through this module
math/Math-Derivative-0.04 (Score: 0.31217477)
Numeric 1st and 2nd order differentiation
This Perl package exports functions for performing numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data. They both take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. Derivative2 may optionally be given values to use for the first dervivative at the start and end points of the data - otherwiswe 'natural' values are used.
math/Math-GSL-0.36 (Score: 0.31217477)
Perl interface to GNU Scientific Library
This is a very resticted perl interface to GNU Scientific Library. The GSL is itself distributed under GPL and is available from: Only the routines relating the solving of polynomials are exported. It exists to provide that function to "tkscope" in Audio::Data.