MCPcopy Create free account
hub / github.com/cpputest/cpputest / IsNanForSystemsWithoutNan

Function IsNanForSystemsWithoutNan

tests/CppUTest/TestFailureNaNTest.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43extern "C" {
44 static int IsNanForSystemsWithoutNan(double d) { return ((long)not_a_number == (long)d); }
45 static int IsInfForSystemsWithoutInf(double d) { return ((long)infinity == (long)d); }
46}
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected