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

Function DosIsNan

src/Platforms/Dos/UtestPlatform.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static int DosIsNan(double d)
205{
206 return isnan(d);
207}
208
209static int DosIsInf(double d)
210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected