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

Method gt

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

Source from the content-addressed store, hash-verified

258}
259
260static public boolean gt(Object x, Object y){
261 return ops(x).combine(ops(y)).lt((Number)y, (Number)x);
262}
263
264static public boolean gte(Object x, Object y){
265 return ops(x).combine(ops(y)).gte((Number)x, (Number)y);

Callers 2

createMethod · 0.95
maxMethod · 0.95

Calls 4

opsMethod · 0.95
ltMethod · 0.65
combineMethod · 0.65
doubleValueMethod · 0.45

Tested by

no test coverage detected