Ports Search

Results 14,16114,170 of 19,819 for %22HTTP Server%22.(0.013 seconds)
math/Number-Fraction-2.00 (Score: 9.2878623E-4)
Perl extension to model fractions
Number::Fraction is a Perl module which allows you to work with fractions in your Perl programs.
math/Number-Misc-1.2 (Score: 9.2878623E-4)
Perl extension of handy utilities for numbers
Number::Misc provides some miscellaneous handy utilities for handling numbers. These utilities handle processing numbers as strings, determining basic properties of numbers, or selecting a random number from a range.
math/Set-IntSpan-1.19 (Score: 9.2878623E-4)
Manages sets of integers
Set::IntSpan manages sets of integers. It is optimized for sets that have long runs of consecutive integers. These arise, for example, in .newsrc files, which maintain lists of articles: alt.foo: 1-21,28,31 alt.bar: 1-14192,14194,14196-14221 Sets are stored internally in a run-length coded form. This provides for both compact storage and efficient computation. In particular, set operations can be performed directly on the encoded representation.
math/Set-Window-1.01 (Score: 9.2878623E-4)
Perl module to manage an interval on the integer line
A Set::Window object represents a window on the integer line; that is, a finite set of consecutive integers. Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operations on windows. -Anton <tobez@FreeBSD.org>
math/Statistics-Benford-0.08 (Score: 9.2878623E-4)
Calculate the deviation from Benford's Law
This module calculates the deviation from Benford's law.
math/Math-Symbolic-0.612 (Score: 9.2878623E-4)
Symbolic calculations
Math::Symbolic is intended to offer symbolic calculation capabilities to the Perl programmer without using external (and commercial) libraries and/or applications. Possibly the most convenient way of constructing Math::Symbolic trees is using the builtin parser to generate trees from expressions such as '2 * x^5'. You may use the Math::Symbolic->parse_from_string() class method for this.
math/Statistics-Descriptive-3.0609 (Score: 9.2878623E-4)
Perl module that supplies statistical methods for perl5
This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and only a few statistical measures are available. Using the full method, the entire data set is retained and additional functions are available. -Anton <tobez@FreeBSD.org>
math/Statistics-Forecast-0.3 (Score: 9.2878623E-4)
Calculates a future value
This is an Oriented Object module that calculates a future value by using existing values. The new value is calculated by using linear regression.
math/Statistics-LineFit-0.07 (Score: 9.2878623E-4)
Least squares line fit, weighted or unweighted
The Statistics::LineFit module does weighted or unweighted least-squares line fitting to two-dimensional data (y = a + b * x). (This is also called linear regression.) In addition to the slope and y-intercept, the module can return the square of the correlation coefficient (R squared), the Durbin-Watson statistic, the mean squared error, sigma, the t statistics, the variance of the estimates of the slope and y-intercept, the predicted y values and the residuals of the y values.
math/Text-AsciiTeX-0.05 (Score: 9.2878623E-4)
Convert (La)TeX formulas to ASCII art
A Perl module that provides a mechanism to render (La)TeX formulae to ASCII art.