MCPcopy 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
199static double DosFabs(double d)
200{
201 return fabs(d);
202}
203
204static int DosIsNan(double d)
205{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected