Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ addNumericFunctions
Method
addNumericFunctions
ij/src/main/java/ij/macro/Program.java:65–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
void
addNumericFunctions() {
66
for
(
int
i=0; i<numericFunctions.length; i++)
67
addSymbol(
new
Symbol(numericFunctionIDs[i], numericFunctions[i]));
68
}
69
70
void
addStringFunctions() {
71
for
(
int
i=0; i<stringFunctions.length; i++)
Callers
1
Program
Method · 0.95
Calls
1
addSymbol
Method · 0.95
Tested by
no test coverage detected