MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / addArrayFunctions

Method addArrayFunctions

ij/src/main/java/ij/macro/Program.java:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 void addArrayFunctions() {
76 for (int i=0; i<arrayFunctions.length; i++)
77 addSymbol(new Symbol(arrayFunctionIDs[i], arrayFunctions[i]));
78 }
79
80 void addVariableFunctions() {
81 for (int i=0; i<variableFunctions.length; i++)

Callers 1

ProgramMethod · 0.95

Calls 1

addSymbolMethod · 0.95

Tested by

no test coverage detected