MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / nextafter

Function nextafter

extern/Catch2/catch.hpp:11523–11525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11521#if defined(CATCH_CONFIG_GLOBAL_NEXTAFTER)
11522
11523 float nextafter(float x, float y) {
11524 return ::nextafterf(x, y);
11525 }
11526
11527 double nextafter(double x, double y) {
11528 return ::nextafter(x, y);

Callers 1

stepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected