*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nextafter | Section: 3 | Source: FreeBSD | File: nextafter.3.gz
NEXTAFTER(3) FreeBSD Library Functions Manual NEXTAFTER(3) NAME nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl - next representable value LIBRARY Math Library (libm, -lm) SYNOPSIS #include <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 The nextafter(), nextafterf(), nextafterl(), nexttoward(), nexttowardf(), and nexttowardl() routines conform to ISO/IEC 9899:1999 ("ISO C99"). They implement the Nextafter function recommended by IEEE Std 754-1985, with the extension that nextafter(+0.0, -0.0) returns -0.0, and nextafter(-0.0, +0.0) returns +0.0. HISTORY The nextafter() function appeared in 4.3BSD, and nextafterf() appeared in FreeBSD 2.0. FreeBSD 14.1-RELEASE-p8 May 4, 2005 FreeBSD 14.1-RELEASE-p8

Navigation Options