Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ nextafter
Function
nextafter
lib/catch2/catch.hpp:11525–11527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11523
#if defined(CATCH_CONFIG_GLOBAL_NEXTAFTER)
11524
11525
float nextafter(float x, float y) {
11526
return ::nextafterf(x, y);
11527
}
11528
11529
double nextafter(double x, double y) {
11530
return ::nextafter(x, y);
Callers
1
step
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected