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

Function npy_spacingf

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

Source from the content-addressed store, hash-verified

357 */
358extern "C" {
359npy_float
360npy_spacingf(npy_float x)
361{
362 return _npy_spacing(x);
363}
364npy_double
365npy_spacing(npy_double x)
366{

Callers

nothing calls this directly

Calls 1

_npy_spacingFunction · 0.85

Tested by

no test coverage detected