MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isnan

Function isnan

extlibs/catch/include/catch/catch.hpp:11695–11697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11693
11694#if !defined(CATCH_CONFIG_POLYFILL_ISNAN)
11695 bool isnan(float f) {
11696 return std::isnan(f);
11697 }
11698 bool isnan(double d) {
11699 return std::isnan(d);
11700 }

Callers 2

almostEqualUlpsFunction · 0.70
fpToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected