MCPcopy Create free account
hub / github.com/ccxt/ccxt / stringMod

Method stringMod

ts/src/base/Precise.ts:224–229  ·  view source on GitHub ↗
(string1: Str, string2: Str)

Source from the content-addressed store, hash-verified

222 }
223
224 static stringMod (string1: Str, string2: Str) {
225 if ((string1 === undefined) || (string2 === undefined)) {
226 return undefined;
227 }
228 return (new Precise (string1)).mod (new Precise (string2)).toString ();
229 }
230
231 static stringOr (string1: Str, string2: Str) {
232 if ((string1 === undefined) || (string2 === undefined)) {

Callers 6

transferMethod · 0.45
testPreciseFunction · 0.45

Calls 2

toStringMethod · 0.45
modMethod · 0.45

Tested by

no test coverage detected