Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 652 Bytes

nextafter.adoc

File metadata and controls

38 lines (22 loc) · 652 Bytes

nextafter

Next representable floating-point value following x in the direction of y.

gentype nextafter(gentype x,
                  gentype y)

Description

Computes the next representable single-precision floating-point value following x in the direction of y. Thus, if y is less than x, nextafter() returns the largest representable floating-point number less than x.