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

Function npyabs

numpy/linalg/umath_linalg.cpp:1046–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044
1045
1046npy_float npyabs(npy_cfloat z) { return npy_cabsf(z);}
1047npy_double npyabs(npy_cdouble z) { return npy_cabs(z);}
1048
1049#define RE(COMPLEX) (COMPLEX).real

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected