Opened 6 years ago

Closed 6 years ago

#12584 closed Feature Requests (fixed)

cpp_bin_float: Please implement nextafter()

Reported by: Michael Shatz Owned by: John Maddock
Milestone: To Be Determined Component: multiprecision
Version: Boost 1.62.0 Severity: Not Applicable
Keywords: nextafter Cc:

Description

nextafter() is very easy to implement and most certainly usable.

I'd guess, it will be helpful, among other things, for coding your regression tests.

Change History (1)

comment:1 by John Maddock, 6 years ago

Resolution: fixed
Status: newclosed

These plus all the C99 functions are implemented in Git (develop and master).

In the mean time you can use any of these functions from Boost.Math with the multiprecision types: http://www.boost.org/doc/libs/1_61_0/libs/math/doc/html/math_toolkit/next_float.html

Note: See TracTickets for help on using tickets.