MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / isnan

Function isnan

tests/catch.hpp:9676–9678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9674
9675#if !defined(CATCH_CONFIG_POLYFILL_ISNAN)
9676 bool isnan(float f) {
9677 return std::isnan(f);
9678 }
9679 bool isnan(double d) {
9680 return std::isnan(d);
9681 }

Callers 2

almostEqualUlpsFunction · 0.85
fpToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected