Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isNeg
Method
isNeg
src/jvm/clojure/lang/Numbers.java:126–128 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
124
}
125
126
static
public
boolean isNeg(Object x){
127
return
ops(x).isNeg((Number)x);
128
}
129
130
static
public
Number minus(Object x){
131
return
ops(x).negate((Number)x);
Callers
1
create
Method · 0.95
Calls
2
ops
Method · 0.95
isNeg
Method · 0.65
Tested by
no test coverage detected