MCPcopy 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

parseTradeMethod · 0.95
parsePositionRiskMethod · 0.95
parseAccountPositionMethod · 0.95
parseLedgerEntryMethod · 0.95
parseTransferMethod · 0.95
parseTransactionMethod · 0.95
parsePositionMethod · 0.95
modifyMarginHelperMethod · 0.95
parsePositionMethod · 0.95
parsePositionMethod · 0.95
parseTransferMethod · 0.95

Calls 2

toStringMethod · 0.45
absMethod · 0.45

Tested by 1

testPreciseMethod · 0.76