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

Function IsInfImplementation

src/Platforms/Symbian/UtestPlatform.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static int IsInfImplementation(double d)
148{
149 return isinf(d);
150}
151
152int (*PlatformSpecificIsNan)(double) = IsNanImplementation;
153int (*PlatformSpecificIsInf)(double) = IsInfImplementation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected