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
edu.northwestern.at.utils.math
Interface MonadicFunction
public interface
MonadicFunction
Interface for a monadic (single argument) function.
Method Summary
Methods
Modifier and Type
Method and Description
double
f
(double x)
Evaluates a monadic scalar function.
Method Detail
f
double f(double x)
Evaluates a monadic scalar function.
Parameters:
x
- Value at which function is to be evaluated.
Returns:
Result of evaluating function at 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