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

Function IsNanImplementation

src/Platforms/C2000/UtestPlatform.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217double (*PlatformSpecificFabs)(double) = fabs;
218
219static int IsNanImplementation(double d)
220{
221 return 0;
222}
223
224static int IsInfImplementation(double d)
225{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected