JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.opensourcephysics.numerics
Interface Function
All Known Subinterfaces:
InvertibleFunction
,
KnownFunction
All Known Implementing Classes:
CubicSpline
,
FunctionDrawer
,
LagrangeInterpolator
,
LogBase10Function
,
MathExpParser
,
ParsedFunction
,
Polynomial
,
PolynomialLeastSquareFit
,
SuryonoParser
,
UserFunction
,
ZExpansion
public interface
Function
Title: Function Description: A function of one variable.
Method Summary
Methods
Modifier and Type
Method and Description
double
evaluate
(double x)
Evalutes the function at x.
Method Detail
evaluate
double evaluate(double x)
Evalutes the function at x.
Parameters:
x
-
Returns:
double f(x)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method