diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-07-04 17:58:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-07-04 17:58:23 +0000 |
commit | 7d34e059f3f9fa91709978bc451f261f90bae511 (patch) | |
tree | 36fe42e5ab41285a10e30d18daba3cb1e9ead8f6 /devel/libmatheval/files/patch-doc-libmatheval.texi | |
parent | Add mod_ntlm 0.4, (diff) |
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.
Notes
Notes:
svn path=/head/; revision=112915
Diffstat (limited to 'devel/libmatheval/files/patch-doc-libmatheval.texi')
-rw-r--r-- | devel/libmatheval/files/patch-doc-libmatheval.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libmatheval/files/patch-doc-libmatheval.texi b/devel/libmatheval/files/patch-doc-libmatheval.texi new file mode 100644 index 000000000000..665a6fab9898 --- /dev/null +++ b/devel/libmatheval/files/patch-doc-libmatheval.texi @@ -0,0 +1,14 @@ +--- 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. + |