Query: nexttowardl
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NEXTTOWARD(3) BSD Library Functions Manual NEXTTOWARD(3)NAMEnexttowardSYNOPSIS#include <math.h> double nexttoward(double x, long double y); long double nexttowardl(long double x, long double y); float nexttoward(float x, long double y);DESCRIPTIONThe nexttoward() functions return the next machine representable number from x in direction of y. It is identical to nextafter() except that the second parameter has type long double, and the function returns y converted to the type of the function if x and y are equal.SPECIAL VALUESnexttoward(x, y) raises the "overflow" and "inexact" floating-point exceptions for x finite and the function value infinite. nexttoward(x, y) raises the "underflow" and "inexact" floating-point exceptions for the function value subnormal or zero and x not equal to y.SEE ALSOnextafter(3) math(3)STANDARDSThe nexttoward() functions conform to ISO/IEC 9899:2011.BSDJuly 02, 2008 BSD
Related Man Pages |
---|
nextafterf(3) - redhat |
nextafterl(3) - redhat |
nexttowardl(3) - redhat |
nextafterf(3) - netbsd |
nexttoward(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
Hearing Aid for OSX 10.12.x and greater. |
Undeletable file |
Shopt -s histappend |
To print diamond asterisk pattern based on inputs |
My first PERL incarnation... Audio Oscillograph |