Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ minus
Method
minus
src/jvm/clojure/lang/Numbers.java:130–132 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
128
}
129
130
static
public
Number minus(Object x){
131
return
ops(x).negate((Number)x);
132
}
133
134
static
public
Number minusP(Object x){
135
return
ops(x).negateP((Number)x);
Callers
5
rangeCount
Method · 0.95
negate
Method · 0.95
remainder
Method · 0.95
unchecked_minus
Method · 0.95
minusP
Method · 0.95
Calls
5
negate
Method · 0.95
ops
Method · 0.95
add
Method · 0.65
combine
Method · 0.65
doubleValue
Method · 0.45
Tested by
no test coverage detected