Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ apply
Method
apply
MathParser/src/com/aghajari/math/MathParser.java:873–873 ·
view source on GitHub ↗
(double a, double b)
Source
from the content-addressed store, hash-verified
871
*/
872
private
interface
MathOperation {
873
double apply(double a, double b);
874
}
875
876
public
static
class
MathVariable {
Callers
8
parse
Method · 0.65
getDerivative
Method · 0.65
limitFromBelow
Method · 0.65
limitFromAbove
Method · 0.65
gaussQuad
Method · 0.65
trapezium
Method · 0.65
backward
Method · 0.65
forward
Method · 0.65
Implementers
1
FunctionWrapper
MathParser/src/com/aghajari/math/custo
Calls
no outgoing calls
Tested by
no test coverage detected