ports/devel/libmatheval/files/patch-doc-libmatheval.texi
Dmitry Sivachenko 7d34e059f3 New port: GNU libmatheval.
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.
2004-07-04 17:58:23 +00:00

14 lines
393 B
Text

--- doc/libmatheval.texi.orig Sat Jul 3 13:51:10 2004
+++ doc/libmatheval.texi Sun Jul 4 21:45:25 2004
@@ -9,6 +9,11 @@
@include version.texi
@syncodeindex fn cp
+@dircategory Programming & development tools
+@direntry
+* libmatheval: (libmatheval). A library for evaluating mathematical functions.
+@end direntry
+
@ifnottex
This file documents GNU @code{libmatheval} library.