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

Function IsNanImplementation

src/Platforms/Iar/UtestPlatform.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165void* (*PlatformSpecificMemset)(void*, int, size_t) = memset;
166
167static int IsNanImplementation(double d)
168{
169 return isnan(d);
170}
171
172static int IsInfImplementation(double d)
173{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected