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

Function npy_spacing

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

Source from the content-addressed store, hash-verified

362 return _npy_spacing(x);
363}
364npy_double
365npy_spacing(npy_double x)
366{
367 return _npy_spacing(x);
368}
369npy_longdouble
370npy_spacingl(npy_longdouble x)
371{

Callers

nothing calls this directly

Calls 1

_npy_spacingFunction · 0.85

Tested by

no test coverage detected