MCPcopy Index your code
hub / github.com/Aghajari/MathParser / sigma

Method sigma

MathParser/src/com/aghajari/math/Functions.java:163–165  ·  view source on GitHub ↗
(MathParser parser, String variableName, String exp, double from, double to)

Source from the content-addressed store, hash-verified

161 }
162
163 public static double sigma(MathParser parser, String variableName, String exp, double from, double to) throws MathParserException {
164 return sigma(parser, variableName, exp, from, to, 1.0);
165 }
166
167 public static double sigma(MathParser parser, String variableName, String exp, double from, double to, double step) throws MathParserException {
168 if (!Utils.isIdentifier(variableName))

Callers

nothing calls this directly

Calls 5

isIdentifierMethod · 0.95
addVariableMethod · 0.95
getVariableMethod · 0.95
parseMethod · 0.95
cloneMethod · 0.80

Tested by

no test coverage detected