Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ minusP
Method
minusP
src/jvm/clojure/lang/Numbers.java:134–136 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
132
}
133
134
static
public
Number minusP(Object x){
135
return
ops(x).negateP((Number)x);
136
}
137
138
static
public
Number inc(Object x){
139
return
ops(x).inc((Number)x);
Callers
nothing calls this directly
Calls
10
negateP
Method · 0.95
ops
Method · 0.95
num
Method · 0.95
fromBigInteger
Method · 0.95
minus
Method · 0.95
addP
Method · 0.65
combine
Method · 0.65
negate
Method · 0.65
valueOf
Method · 0.45
doubleValue
Method · 0.45
Tested by
no test coverage detected