2000-09-20 20:45:52 +02:00
|
|
|
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.
|
2002-11-23 19:04:16 +01:00
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Math-Expr/
|