Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ le
Method
le
java/lib/src/main/java/io/github/ccxt/base/Precise.java:139–141 ·
view source on GitHub ↗
(Precise other)
Source
from the content-addressed store, hash-verified
137
}
138
139
public
boolean le(Precise other) {
140
return
other.ge(this);
141
}
142
143
public
Precise abs() {
144
BigInteger result = (this.integer.compareTo(BigInteger.ZERO) < 0)
Callers
1
stringLe
Method · 0.45
Calls
1
ge
Method · 0.45
Tested by
no test coverage detected