MCPcopy Create free account
hub / github.com/Gecode/gecode / nextafter

Function nextafter

gecode/float/nextafter.hpp:46–49  ·  view source on GitHub ↗

Return next double value from \a x in direction \a y

Source from the content-addressed store, hash-verified

44
45 /// Return next double value from \a x in direction \a y
46 forceinline double
47 nextafter(double x, double y) {
48 return _nextafter(x,y);
49 }
50
51}
52

Callers 7

nextMethod · 0.85
boundMethod · 0.85
cutMethod · 0.85
CpltAssignmentMethod · 0.85
ExtAssignmentMethod · 0.85
tightMethod · 0.85
operator ==Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected