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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
repicea.math.formula
Interface Calculable
All Known Implementing Classes:
MathFormula
public interface
Calculable
The calculable interface ensures the instance returns a double.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
calculate
()
This method returns the result of the calculable instance.
Method Detail
calculate
double calculate()
This method returns the result of the calculable instance.
Returns:
a double
Skip navigation links
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