MCPcopy 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
725final static class RatioOps extends OpsP{

Callers

nothing calls this directly

Calls 3

numMethod · 0.80
absMethod · 0.65
doubleValueMethod · 0.45

Tested by

no test coverage detected