Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ ge
Method
ge
java/lib/src/main/java/io/github/ccxt/base/Precise.java:130–133 ·
view source on GitHub ↗
(Precise other)
Source
from the content-addressed store, hash-verified
128
}
129
130
public
boolean ge(Precise other) {
131
Precise sum = this.sub(other);
132
return
sum.integer.compareTo(BigInteger.ZERO) >= 0;
133
}
134
135
public
boolean lt(Precise other) {
136
return
other.gt(this);
Callers
2
le
Method · 0.45
stringGe
Method · 0.45
Calls
1
sub
Method · 0.95
Tested by
no test coverage detected