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:629–631 ·
view source on GitHub ↗
(Number x)
Source
from the content-addressed store, hash-verified
627
}
628
629
public
Number abs(Number x){
630
return
num(Math.abs(x.longValue()));
631
}
632
}
633
634
final
static
class
DoubleOps extends OpsP{
Callers
nothing calls this directly
Calls
3
num
Method · 0.80
abs
Method · 0.65
longValue
Method · 0.45
Tested by
no test coverage detected