Author: | Fred Gylys-Colwell |
Home Page: | Real Valued Functions |
Version: | $Name: $, $Revision: 1.7 $ |
Release Tag: | $ |
Release Date: | 2001/03/26 02:41:55 |
JVM Required: | 1.2 |
License: | GNU Library General Public License |
Categories: | math |
Requirements: | |
Dependencies: | |
Externals: | None |
org.gjt.fredgc.function
package is a collection of classes for dealing with analytic functions. It allows for standard arithmetic as well as interval arithmetic. It can be used to compute derivatives. It does very weak simplification of expressions. All variables are assumed to represent real numbers, not complex numbers.
Interval arithmetic is conservative. Quicker algorithms are used at the expense of less sharp upper and lower bounds. Barring software bugs, the upper and lower bounds are bounds, not just approximations. It is possible that the bounds are Infinite.
Evaluation of expressions is NOT thread safe.
The parser in this package was created with JavaCC
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA