Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ IsNanImplementation
Function
IsNanImplementation
src/Platforms/Gcc/UtestPlatform.cpp:284–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
#endif
283
284
static int IsNanImplementation(double d)
285
{
286
return isnan(d);
287
}
288
289
static int IsInfImplementation(double d)
290
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected