Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
static inline bool
47
isinf(SUCOMPLEX val)
48
{
49
return isinf(SU_C_REAL(val)) || isinf(SU_C_IMAG(val));
50
}
51
52
static inline bool
53
isnan(SUCOMPLEX val)
Callers
4
onAGC
Method · 0.85
onDelayedConjugate
Method · 0.85
feedSpectrum
Method · 0.85
feed
Method · 0.85
Calls
no outgoing calls
Tested by
1
feedSpectrum
Method · 0.68