Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
static int DosIsNan(double d)
205
{
206
return isnan(d);
207
}
208
209
static int DosIsInf(double d)
210
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected