|
NEXTAFTER (3) | C library functions | Unix Manual Pages | :man▋
NAME
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable value
CONTENTS
Library Synopsis Description See Also Standards History
LIBRARY
.Lb libm
SYNOPSIS
.In math.h double nextafter "double x" "double y" float nextafterf "float x" "float y" long double nextafterl "long double x" "long double y" double nexttoward "double x" "long double y" float nexttowardf "float x" "long double y" long double nexttowardl "long double x" "long double y"
DESCRIPTION
These functions return the next machine representable number from x in direction y.
SEE ALSO
ieee(3), math(3)
STANDARDS
HISTORY
|