MCPcopy 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
4230static public long abs(long x){
4231 return Math.abs(x);
4232}
4233
4234static public double abs(double x){
4235 return Math.abs(x);

Callers

nothing calls this directly

Calls 2

opsMethod · 0.95
absMethod · 0.65

Tested by

no test coverage detected