JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
uk.ac.starlink.dpac.math
Interface Function
public interface
Function
Defines a univariate function.
Since:
15 Mar 2018
Author:
Mark Taylor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
f
(double x)
Evaluates the function at a given point.
Method Detail
f
double f(double x)
Evaluates the function at a given point.
Parameters:
x
- independent variable
Returns:
value of function at x
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method