Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ stringAbs
Method
stringAbs
java/lib/src/main/java/io/github/ccxt/base/Precise.java:297–300 ·
view source on GitHub ↗
(Object a)
Source
from the content-addressed store, hash-verified
295
}
296
297
public
static
String stringAbs(Object a) {
298
if
(a == null)
return
null;
299
return
new
Precise((String) a).abs().toString();
300
}
301
302
public
static
String stringNeg(Object a) {
303
if
(a == null)
return
null;
Callers
15
integerPrecisionToAmount
Method · 0.95
parseTrade
Method · 0.95
parsePositionRisk
Method · 0.95
parseAccountPosition
Method · 0.95
parseLedgerEntry
Method · 0.95
parseTransfer
Method · 0.95
parseTransaction
Method · 0.95
parsePosition
Method · 0.95
modifyMarginHelper
Method · 0.95
parsePosition
Method · 0.95
parsePosition
Method · 0.95
parseTransfer
Method · 0.95
Calls
2
toString
Method · 0.45
abs
Method · 0.45
Tested by
1
testPrecise
Method · 0.76