Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ abs
Method
abs
src/jvm/clojure/lang/Numbers.java:4230–4232 ·
view source on GitHub ↗
(long x)
Source
from the content-addressed store, hash-verified
4228
}
4229
4230
static
public
long abs(long x){
4231
return
Math.abs(x);
4232
}
4233
4234
static
public
double abs(double x){
4235
return
Math.abs(x);
Callers
nothing calls this directly
Calls
2
ops
Method · 0.95
abs
Method · 0.65
Tested by
no test coverage detected