Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxBigInt_iszero
Function
fxBigInt_iszero
xs/sources/xsBigInt.c:966–969 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
964
}
965
966
int fxBigInt_iszero(txBigInt *a)
967
{
968
return(a->size == 1 && a->data[0] == 0);
969
}
970
971
void
972
fxBigInt_fill0(txBigInt *r)
Callers
12
fxBigInt_div2
Function · 0.85
ec_double
Function · 0.85
ec_add
Function · 0.85
fxBigInt_ec_norm
Function · 0.85
fx_BigInt_asIntN
Function · 0.85
fx_BigInt_asUintN
Function · 0.85
fxBigInt_neg
Function · 0.85
fxBigInt_mul
Function · 0.85
fxBigInt_exp
Function · 0.85
fxBigInt_div
Function · 0.85
fxBigInt_mod
Function · 0.85
fxBigInt_rem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected