Ports 搜索

共有792项符合/math/的查询结果,以下是第101110项(搜索用时0.004秒)
math/Math-Random-OO-0.22 (Score: 0.27324963)
Consistent object-oriented interface for generating random numbers
This module defines an abstract interface for random number generation. Subclasses of this model will implement specific types of random number generators or will wrap existing random number generators.
math/Math-Random-Secure-0.06 (Score: 0.27324963)
Cryptographically-secure rand function
Cryptographically-secure, cross-platform replacement for rand()
math/Math-Round-Var-1.0.0 (Score: 0.27324963)
Variations on rounding
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 flexible scheme parsing, so that your programs and modules can offload the how-to-round decisions to this module.
finance/Math-Financial-0.76 (Score: 0.2662002)
Perl module containing common functions for loans and annuities
Math::Financial contains common functions for loans and annuities.
math/spar-0.5.10 (Score: 0.25213677)
Modular math parser
Spar is a modular math parser that comes with a fully featured text frontend, something like an interactive calculator. It also provides a simple but complete API for C/C++ programmers. This API provide a complete interface to a top down parser that supports: variables, constants, functions, modules and a libc based math library. This math library overrides standard functions with a "custom" version (such as. deg, rad auto conversion, infinite symbol, function domain...). Spar, can be easily extended with modules. A module is a "user" extensions, written in C/C++, to the basic features of the Simple Parser. Here you can find the module definition: is a C structure that contains only few data member: - module name - module version - module description - a pointer to the module main function The modules are loaded at run-time by the module loader (that is a high level layer of the module manager): you can load your modules, simply, coping theirs paths into the .spar_modules (or any other file, with the -c option).
math/ump-0.8.6 (Score: 0.24139097)
Graphical, easy to use math program
ump is a graphical, easy to use math program, which works with complex numbers, matrices, functions and much more.
math/mpexpr-1.2 (Score: 0.24091583)
Multiple precision math for Tcl
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'. Mpexpr works much like Tcl's native 'expr', but does all calculations using an arbitrary precision math package. Mpexpr numbers can be any number of digits, with any decimal precision. Final precision is controlled by a Tcl variable 'mp_precision', which can be any reasonable integer, limiting only the number of digits to the right of the decimal point. Mpformat works much like Tcl's 'format', except it formats multiple precision numbers in a variety of formats. Mpexpr also includes most math functions provided by 'expr', as well as several new functions. Mpexpr also supports Tcl variables and nested evaluation, just like 'expr':
devel/ncurses-1.2.4 (Score: 0.2392115)
Ruby interface to ncurses
This is a Ruby interface to ncurses.
math/Math-VecStat-0.08 (Score: 0.23736596)
Basic statistics on vectors
Some basic statistics on vectors (min,max,average,....).
math/tomsfastmath-0.12 (Score: 0.23147902)
Portable fixed precision math library for fast exponentiations
TomsFastMath is a portable fixed precision math library designed for very fast exponentiations.