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

Function IsInfImplementation

src/Platforms/Iar/UtestPlatform.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172static int IsInfImplementation(double d)
173{
174 return isinf(d);
175}
176
177double (*PlatformSpecificFabs)(double) = fabs;
178int (*PlatformSpecificIsNan)(double) = IsNanImplementation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected