81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
9 lines
458 B
Text
9 lines
458 B
Text
Math::Expr parses mathematical expressions into a tree structure.
|
|
The expressions may contain integers, real numbers, alphanumeric
|
|
variable names, alphanumeric function names and most other characters
|
|
might be used as operators. The operators can consist of multiple
|
|
characters. The only limitation is that a variable or function
|
|
name may not start on a digit, and not all chars are accepted in
|
|
operation names.
|
|
|
|
WWW: http://search.cpan.org/dist/Math-Expr/
|