MCPcopy Create free account
hub / github.com/catabriga/graphwar / getY

Method getY

src/Graphwar/Function.java:118–121  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

116 }
117
118 public double getY(int index)
119 {
120 return valuesY[index];
121 }
122
123 public int getNumSteps()
124 {

Callers 5

evaluateFunctionMethod · 0.95
drawFunctionImageMethod · 0.95
processFunctionRangeMethod · 0.45
processRK4RangeMethod · 0.45
processRK42RangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected