Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isZero
Method
isZero
src/jvm/clojure/lang/Numbers.java:118–120 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
116
}
117
118
static
public
boolean isZero(Object x){
119
return
ops(x).isZero((Number)x);
120
}
121
122
static
public
boolean isPos(Object x){
123
return
ops(x).isPos((Number)x);
Callers
2
create
Method · 0.95
hasheqFrom
Method · 0.95
Calls
2
ops
Method · 0.95
isZero
Method · 0.65
Tested by
no test coverage detected