Boost C++ Libraries: Ticket #12584: cpp_bin_float: Please implement nextafter() https://svn.boost.org/trac10/ticket/12584 <p> nextafter() is very easy to implement and most certainly usable. </p> <p> I'd guess, it will be helpful, among other things, for coding your regression tests. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12584 Trac 1.4.3 John Maddock Sun, 06 Nov 2016 13:18:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12584#comment:1 https://svn.boost.org/trac10/ticket/12584#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> These plus all the C99 functions are implemented in Git (develop and master). </p> <p> In the mean time you can use any of these functions from Boost.Math with the multiprecision types: <a href="http://www.boost.org/doc/libs/1_61_0/libs/math/doc/html/math_toolkit/next_float.html">http://www.boost.org/doc/libs/1_61_0/libs/math/doc/html/math_toolkit/next_float.html</a> </p> Ticket