MCPcopy 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
52static inline bool
53isnan(SUCOMPLEX val)
54{
55 return isnan(SU_C_REAL(val)) || isnan(SU_C_IMAG(val));
56}
57
58bool
59DelayedConjTask::work(void)

Callers 6

onAGCMethod · 0.85
onDelayedConjugateMethod · 0.85
setDiskUsageMethod · 0.85
setDiskUsageMethod · 0.85
feedLinearModeMethod · 0.85
feedHistogramModeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected