Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ decP
Method
decP
src/jvm/clojure/lang/Numbers.java:150–152 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
148
}
149
150
static
public
Number decP(Object x){
151
return
ops(x).decP((Number)x);
152
}
153
154
static
public
Number add(Object x, Object y){
155
return
ops(x).combine(ops(y)).add((Number)x, (Number)y);
Callers
nothing calls this directly
Calls
4
ops
Method · 0.95
num
Method · 0.95
decP
Method · 0.65
dec
Method · 0.65
Tested by
no test coverage detected