pkgsrc/math/libmatheval/DESCR
drochner da5578aca5 import libmatheval-1.1.1, a
Library for evaluating mathematical expressions
2004-08-24 12:36:29 +00:00

7 lines
488 B
Text

GNU libmatheval is a library which contains several procedures that make
it possible to create an in-memory tree from the string representation
of a mathematical function over single or multiple variables. This tree
can be used later to evaluate a function for specified variable values,
to create a corresponding tree for the function derivative over a
specified variable, or to write a textual tree representation to a
specified string. The library exposes C and Fortran 77 interfaces.