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

Function howmany

modules/crypt/etc/pkcs8.js:41–44  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

39import BER from "ber";
40
41function howmany(x, y)
42{
43 return ((x + y - 1) / y) | 0;
44}
45
46function pkcs12gen(P, S, c, dkLen, hash, v)
47{

Callers 5

pkcs12genFunction · 0.85
xsBigInt.cFile · 0.85
fxBigIntMaximumBFunction · 0.85
fxBigIntMaximumOFunction · 0.85
fxBigIntMaximumXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected