opendarwin man page for nextafter

Query: nextafter

OS: opendarwin

Section: 3

Links: opendarwin man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NEXTAFTER(3)						   BSD Library Functions Manual 					      NEXTAFTER(3)

NAME
nextafter
SYNOPSIS
#include <math.h> double nextafter(double x, double y); float nextafterf(float x, float y);
DESCRIPTION
The nextafter() and nextafterf() functions return the next machine representable number from x in direction y.
SPECIAL VALUES
nextafter(x, y) raises the "overflow" and "inexact" floating-point exceptions for x finite and the function value infinite. nextafter(x, y) raises the "underflow" and "inexact" floating-point exceptions for the function value subnormal or zero and x not equal to y.
SEE ALSO
math(3)
STANDARDS
The nextafter() and nextafterf() functions conform to ISO/IEC 9899:1999(E).
BSD
January 28, 2003 BSD
Related Man Pages
nextafter(3) - redhat
nextafterf(3) - netbsd
nextafterl(3m) - sunos
nexttoward(3m) - sunos
nexttowardf(3m) - sunos
Similar Topics in the Unix Linux Community
Perl:: mass replacement of converting C code formats to tgmath.h