Ports 搜索

共有792项符合/math/的查询结果,以下是第91100项(搜索用时0.002秒)
math/cmlib-3.0 (Score: 0.2781798)
NIST Core math library (CMLIB)
A collection of non-proprietary, easily transportable Fortran subprogram packages solving a variety of mathematical and statistical problems.
math/wfmath-1.0.2 (Score: 0.27345622)
Worldforge math library
This is the Worldforge math library. The primary focus of WFMath is geometric objects. Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies).
math/Math-Algebra-Symbols-1.27 (Score: 0.27324963)
Symbolic Algebra in Pure Perl
This package supplies a set of functions and operators to manipulate operator expressions algebraically using the familiar Perl syntax. These expressions are constructed from "Symbols", "Operators", and "Functions", and processed via "Methods". For examples, see: "Examples".
math/Math-Geometry-Planar-GPC-1.04 (Score: 0.27324963)
Perl wrapper for Alan Murta's gpc library
This module is just a wrapper around the gpc C library written by Alan Murta gpc: General Polygon Clipping library (C) 1997-1999, Advanced Interfaces Group, University of Manchester. Please refer to the gpc manual for more details on gpc.
Calculate offset polygons
A library for calculating offset polygons.
math/Math-Geometry-Planar-1.18 (Score: 0.27324963)
Collection of planar geometry functions
A collection of planar geometry functions
Calculate intersection point for two lines
This module calculates the intersection point of two straight lines (if one exists). It returns 0, if no intersection point exists. If the lines have an intersection point, the coordinates of the point are the returnvalue. If the given lines have infinite intersection points, -1 is returned.
math/Math-Polynomial-Solve-2.75 (Score: 0.27324963)
Find the roots of polynomial equations
This package supplies a set of functions that find the roots of polynomials. Polynomials up to the quartic may be solved directly by numerical formulae. Polynomials of fifth and higher powers will be solved by an iterative method, as there are no general solutions for fifth and higher powers. The linear, quadratic, cubic, and quartic *_roots() functions all expect to have a non-zero value for the $a term. If the constant term is zero then the first value returned in the list of answers will always be zero, for all functions.
math/Math-Random-MT-Auto-6.22 (Score: 0.27324963)
Auto-seeded Mersenne Twister PRNGs
The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is capable of providing large volumes (> 10^6004) of "high quality" pseudorandom data to applications that may exhaust available "truly" random data sources or system-provided PRNGs such as rand. This module provides PRNGs that are based on the Mersenne Twister. There is a functional interface to a single, standalone PRNG, and an OO interface (based on the inside-out object model as implemented by the Object::InsideOut module) for generating multiple PRNG objects. The PRNGs are self-seeding, automatically acquiring a (19968-bit) random seed from user-selectable sources.
math/Math-Random-MT-1.17 (Score: 0.27324963)
The Mersenne Twister PRNG
The Mersenne Twister is a pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura.