MCPcopy 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

addExpressionMethod · 0.95
FunctionsClass · 0.95
addFunctionsMethod · 0.95

Implementers 2

LogFunctionMathParser/src/com/aghajari/math/custo
RadicalFunctionMathParser/src/com/aghajari/math/custo

Calls

no outgoing calls

Tested by

no test coverage detected