Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
extern
"C"
{
141
142
static int IsNanImplementation(double d)
143
{
144
return isnan(d);
145
}
146
147
static int IsInfImplementation(double d)
148
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected