MCPcopy 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
392inline int isinfinity(double x) { return isinf(x); }
393inline int isinfinity(long double x) { return isinf(x); }
394# else
395inline int isinfinity(double x) { return std::isinf(x); }

Callers 1

write_doubleMethod · 0.85

Calls 1

isinfFunction · 0.50

Tested by

no test coverage detected