Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ getX
Method
getX
src/Graphwar/Function.java:113–116 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
111
}
112
113
public
double getX(
int
index)
114
{
115
return
valuesX[index];
116
}
117
118
public
double getY(
int
index)
119
{
Callers
5
evaluateFunction
Method · 0.95
drawFunctionImage
Method · 0.95
processFunctionRange
Method · 0.45
processRK4Range
Method · 0.45
processRK42Range
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected