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

Function IsNanImplementation

src/Platforms/Symbian/UtestPlatform.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140extern "C" {
141
142static int IsNanImplementation(double d)
143{
144 return isnan(d);
145}
146
147static int IsInfImplementation(double d)
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected