Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ equals
Method
equals
java/lib/src/main/java/io/github/ccxt/base/Precise.java:174–178 ·
view source on GitHub ↗
(Precise other)
Source
from the content-addressed store, hash-verified
172
}
173
174
public
boolean equals(Precise other) {
175
this.reduce();
176
other.reduce();
177
return
this.integer.equals(other.integer) && this.decimals == other.decimals;
178
}
179
180
@Override
181
public
String toString() {
Callers
15
main
Method · 0.45
testFetchTradesReturnsTypedList
Method · 0.45
isLiveTestEnabled
Method · 0.45
Throttler
Method · 0.45
loop
Method · 0.45
ensureHttpClientUpToDate
Method · 0.45
fetch
Method · 0.45
encodeValue
Method · 0.45
lookupTopLevelSchema
Method · 0.45
extendedStarknetGetSelectorFromName
Method · 0.45
extendedStarknetSignBigInteger
Method · 0.45
extendedEcAdd
Method · 0.45
Calls
1
reduce
Method · 0.95
Tested by
3
main
Method · 0.36
testFetchTradesReturnsTypedList
Method · 0.36
isLiveTestEnabled
Method · 0.36