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:720–722 ·
view source on GitHub ↗
(Number x)
Source
from the content-addressed store, hash-verified
718
}
719
720
public
Number abs(Number x) {
721
return
num(Math.abs(x.doubleValue()));
722
}
723
}
724
725
final
static
class
RatioOps extends OpsP{
Callers
nothing calls this directly
Calls
3
num
Method · 0.80
abs
Method · 0.65
doubleValue
Method · 0.45
Tested by
no test coverage detected