mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c1e19dddb5
into a tree structure. PR: 21421 Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
8 lines
413 B
Plaintext
8 lines
413 B
Plaintext
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.
|