Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ DosFabs
Function
DosFabs
src/Platforms/Dos/UtestPlatform.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
static double DosFabs(double d)
200
{
201
return fabs(d);
202
}
203
204
static int DosIsNan(double d)
205
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected