MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / isinf

Function isinf

Tasks/DelayedConjTask.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static inline bool
47isinf(SUCOMPLEX val)
48{
49 return isinf(SU_C_REAL(val)) || isinf(SU_C_IMAG(val));
50}
51
52static inline bool
53isnan(SUCOMPLEX val)

Callers 4

onAGCMethod · 0.85
onDelayedConjugateMethod · 0.85
feedSpectrumMethod · 0.85
feedMethod · 0.85

Calls

no outgoing calls

Tested by 1

feedSpectrumMethod · 0.68