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

Function npy_spacingl

numpy/core/src/npymath/ieee754.cpp:369–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 return _npy_spacing(x);
368}
369npy_longdouble
370npy_spacingl(npy_longdouble x)
371{
372 return _npy_spacing(x);
373}
374}
375
376extern "C" int

Callers

nothing calls this directly

Calls 1

_npy_spacingFunction · 0.85

Tested by

no test coverage detected