Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ d2s
Method
d2s
ij/src/main/java/ij/macro/Functions.java:1562–1564 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1560
}
1561
1562
String d2s() {
1563
return
IJ.d2s(getFirstArg(), (
int
)getLastArg());
1564
}
1565
1566
String toString(
int
base) {
1567
int
arg = (
int
)getArg();
Callers
2
getStringFunction
Method · 0.95
toString
Method · 0.45
Calls
3
d2s
Method · 0.95
getFirstArg
Method · 0.95
getLastArg
Method · 0.95
Tested by
no test coverage detected