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