Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ isnan
Function
isnan
Tasks/DelayedConjTask.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
static inline bool
53
isnan(SUCOMPLEX val)
54
{
55
return isnan(SU_C_REAL(val)) || isnan(SU_C_IMAG(val));
56
}
57
58
bool
59
DelayedConjTask::work(void)
Callers
6
onAGC
Method · 0.85
onDelayedConjugate
Method · 0.85
setDiskUsage
Method · 0.85
setDiskUsage
Method · 0.85
feedLinearMode
Method · 0.85
feedHistogramMode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected