Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ lt
Method
lt
java/lib/src/main/java/io/github/ccxt/base/Precise.java:135–137 ·
view source on GitHub ↗
(Precise other)
Source
from the content-addressed store, hash-verified
133
}
134
135
public
boolean lt(Precise other) {
136
return
other.gt(this);
137
}
138
139
public
boolean le(Precise other) {
140
return
other.ge(this);
Callers
2
min
Method · 0.95
stringLt
Method · 0.45
Calls
1
gt
Method · 0.45
Tested by
no test coverage detected