MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxBigInt_dec

Function fxBigInt_dec

xs/sources/xsBigInt.c:1374–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372}
1373
1374txBigInt *fxBigInt_dec(txMachine* the, txBigInt *r, txBigInt *a)
1375{
1376 return fxBigInt_sub(the, r, a, (txBigInt *)&gxBigIntOne);
1377}
1378
1379txBigInt *fxBigInt_inc(txMachine* the, txBigInt *r, txBigInt *a)
1380{

Callers

nothing calls this directly

Calls 1

fxBigInt_subFunction · 0.85

Tested by

no test coverage detected