Ports 搜索

共有792项符合/math/的查询结果,以下是第141150项(搜索用时0.002秒)
math/alt-ergo-2015 (Score: 0.14054476)
Automatic solver for SPARK 2015
This is a component of SPARK 2015: Those looking for the automatic theorem prover known as Alt-Ergo should refer to math/alt-ergo instead
deskutils/tomboy-plugin-latex-0.7 (Score: 0.14031136)
LaTeX math plugin for Tomboy
Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. It automatically converts LaTeX math code enclosed in \[...\] into inline images. Clicking on the image or moving the cursor over the image reveals the markup again.
math/libRmath-3.3.1 (Score: 0.13851655)
Language for statistical computing and graphics
This is the standalone math library from R -- a language and environment for statistical computing and graphics. See ports/math/R. To use the routines in your own C or C++ programs, include #define MATHLIB_STANDALONE #include <Rmath.h> and link against -lRmath.
www/MathModePlugin-0.0.15934 (Score: 0.13821936)
Include LaTeX formatted math in your TWiki pages
Include LaTeX formatted math in your TWiki pages
math/gexpr-2.0.2 (Score: 0.13463412)
Shell calculator
Gexpr is a shell calculator with floating point, standard C functions, relational operators, and output in base 2/8/10/16. It is a light alternative to bc(1). It can also be used to add floating point math to shell scripts.
math/mtrxmath-1.0.2 (Score: 0.13463412)
Small tool for matrix mathematics
Matrix Math is software to quickly and easily compute functions of matrices of any size. It supports addition, subtraction, multiplication, inversion, division, and will support whatever else is necessary.
math/physcalc-2.4 (Score: 0.13463412)
Flexible calculator that behaves much like units(1)
Physcalc is a neat mathematical calculator that does conversions from many different units in many forms, and is extremely flexible as far as specifying math problems go. You can also add your own types of conversions.
java/jump-0.5 (Score: 0.12907147)
Java library for arbitrary precision computations
JUMP Ultimate Math Package (JUMP) is a Java-based extensible high-precision math package. Includes support for computations based on fractions. Support is included for converting to floating point numbers and BigDecimals.
math/numexpr-2.6.0 (Score: 0.12597819)
Fast numerical array expression evaluator for Python and NumPy
numexpr - Fast numerical array expression evaluator for Python and NumPy. The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your computations.
math/orpie-1.5.2 (Score: 0.12576815)
Fullscreen RPN calculator for the console
Orpie is a fullscreen RPN calculator for the console. Its operation is similar to that of modern HP calculators, but data entry has been optimized for efficiency on a PC keyboard. Features include extensive scientific calculator functionality, command completion, and a visible interactive stack. Orpie is the successor of math/rpc by the same author; it has been completely rewritten in Ocaml, and offers a number of features that were not available in the older program.