MCPcopy Index your code
hub / github.com/ccxt/ccxt / neg

Method neg

java/lib/src/main/java/io/github/ccxt/base/Precise.java:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public Precise neg() {
114 return new Precise(this.integer.negate().toString(), this.decimals);
115 }
116
117 public Precise min(Precise other) {
118 return this.lt(other) ? this : other;

Callers 1

stringNegMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected