Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ BigInt_IsZero
Function
BigInt_IsZero
numpy/core/src/multiarray/dragon4.c:272–276 ·
view source on GitHub ↗
* Returns 1 if the value is zero */
Source
from the content-addressed store, hash-verified
270
* Returns 1 if the value is zero
271
*/
272
static int
273
BigInt_IsZero(const BigInt *i)
274
{
275
return i->length == 0;
276
}
277
278
/*
279
* Returns 1 if the value is even
Callers
1
Dragon4
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected