Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Aghajari/MathParser
/ wrap
Method
wrap
MathParser/src/com/aghajari/math/MathFunction.java:60–60 ·
view source on GitHub ↗
(final Method method)
Source
from the content-addressed store, hash-verified
58
void
attachToParser(MathParser parser);
59
60
static
MathFunction wrap(
final
Method method) {
61
return
wrap(method, method.getName());
62
}
63
Callers
3
addExpression
Method · 0.95
Functions
Class · 0.95
addFunctions
Method · 0.95
Implementers
2
LogFunction
MathParser/src/com/aghajari/math/custo
RadicalFunction
MathParser/src/com/aghajari/math/custo
Calls
no outgoing calls
Tested by
no test coverage detected