Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ _inline_neg
Function
_inline_neg
numexpr3/complex_functions.hpp:243–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
static inline void
244
_inline_neg( npy_complex64 a, npy_complex64 &r )
245
{
246
r.real = -a.real;
247
r.imag = -a.imag;
248
}
249
250
static inline void
251
_inline_neg( npy_complex128 a, npy_complex128 &r )
Callers
3
nc_neg
Function · 0.85
nc_acos
Function · 0.85
nc_asin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…