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

Function fxBigIntMaximum

xs/sources/xsBigInt.c:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437txSize fxBigIntMaximum(txSize length)
438{
439 return sizeof(txU4) * (1 + (((txSize)c_ceil((txNumber)length * c_log(10) / c_log(2))) / 32));
440}
441
442txSize fxBigIntMaximumB(txSize length)
443{

Callers 2

fxGetNextNumberEFunction · 0.85
fxStringToBigIntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected