MCPcopy 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

parseMethod · 0.65
getDerivativeMethod · 0.65
limitFromBelowMethod · 0.65
limitFromAboveMethod · 0.65
gaussQuadMethod · 0.65
trapeziumMethod · 0.65
backwardMethod · 0.65
forwardMethod · 0.65

Implementers 1

FunctionWrapperMathParser/src/com/aghajari/math/custo

Calls

no outgoing calls

Tested by

no test coverage detected