mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
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.
14 lines
393 B
Text
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.
|
|
|