Query: nextafterf
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NEXTAFTER(3) BSD Library Functions Manual NEXTAFTER(3)NAMEnextafterSYNOPSIS#include <math.h> double nextafter(double x, double y); float nextafterf(float x, float y);DESCRIPTIONThe nextafter() and nextafterf() functions return the next machine representable number from x in direction y.SPECIAL VALUESnextafter(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 ALSOmath(3)STANDARDSThe nextafter() and nextafterf() functions conform to ISO/IEC 9899:1999(E).BSDJanuary 28, 2003 BSD
Related Man Pages |
---|
nextafterf(3) - redhat |
nexttowardl(3) - redhat |
nextafterf(3) - netbsd |
nextafterl(3) - netbsd |
nexttowardf(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |