MCPcopy Index your code
hub / github.com/clojure/clojure / gte

Method gte

src/jvm/clojure/lang/Numbers.java:264–266  ·  view source on GitHub ↗
(Object x, Object y)

Source from the content-addressed store, hash-verified

262}
263
264static public boolean gte(Object x, Object y){
265 return ops(x).combine(ops(y)).gte((Number)x, (Number)y);
266}
267
268static public int compare(Number x, Number y){
269 Ops ops = ops(x).combine(ops(y));

Callers 3

exceededBoundsMethod · 0.95
gteMethod · 0.95
hasheqFromMethod · 0.95

Calls 4

opsMethod · 0.95
gteMethod · 0.65
combineMethod · 0.65
doubleValueMethod · 0.45

Tested by

no test coverage detected