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

Function IsNanImplementation

src/Platforms/armcc/UtestPlatform.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160void* (*PlatformSpecificMemset)(void*, int, size_t) = memset;
161
162static int IsNanImplementation(double d)
163{
164 return isnan(d);
165}
166
167static int IsInfImplementation(double d)
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected