MCPcopy Create free account
hub / github.com/numpy/numpy / npyrational_nonzero

Function npyrational_nonzero

numpy/core/src/umath/_rational_tests.c:855–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855static npy_bool
856npyrational_nonzero(void* data, void* arr) {
857 rational r;
858 memcpy(&r,data,sizeof(r));
859 return rational_nonzero(r)?NPY_TRUE:NPY_FALSE;
860}
861
862static int
863npyrational_fill(void* data_, npy_intp length, void* arr) {

Callers

nothing calls this directly

Calls 1

rational_nonzeroFunction · 0.85

Tested by

no test coverage detected