MCPcopy Create free account
hub / github.com/cpputest/cpputest / IsNanImplementation

Function IsNanImplementation

src/Platforms/Gcc/UtestPlatform.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282#endif
283
284static int IsNanImplementation(double d)
285{
286 return isnan(d);
287}
288
289static int IsInfImplementation(double d)
290{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected