Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ isinfinity
Function
isinfinity
ext/include/cppformat/format.h:392–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
// Portable version of isinf.
391
# ifdef isinf
392
inline int isinfinity(double x) { return isinf(x); }
393
inline int isinfinity(long double x) { return isinf(x); }
394
# else
395
inline int isinfinity(double x) { return std::isinf(x); }
Callers
1
write_double
Method · 0.85
Calls
1
isinf
Function · 0.50
Tested by
no test coverage detected