MCPcopy Create free account
hub / github.com/Aghajari/MathParser / MathOperation

Interface MathOperation

MathParser/src/com/aghajari/math/MathParser.java:872–874  ·  view source on GitHub ↗

@see #operations

Source from the content-addressed store, hash-verified

870 * @see #operations
871 */
872 private interface MathOperation {
873 double apply(double a, double b);
874 }
875
876 public static class MathVariable {
877 final String name, expression, original;

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