The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

nexttowardf (3)
  • >> nexttowardf (3) ( FreeBSD man: Библиотечные вызовы )
  • nexttowardf (3) ( Русские man: Библиотечные вызовы )
  • nexttowardf (3) ( Linux man: Библиотечные вызовы )
  • nexttowardf (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    nextafter
    
     
    nextafterf
    
     
    nextafterl
    
     
    nexttoward
    
     
    nexttowardf
    
     
    nexttowardl
    
     - next representable value
    
     
    

    LIBRARY

    Lb libm
    
     
    

    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 Fa x in direction Fa y .  

    SEE ALSO

    ieee(3), math(3)  

    STANDARDS

    The nextafter (,);
    nextafterf (,);
    nextafterl (,);
    nexttoward (,);
    nexttowardf (,);
    and nexttowardl ();
    routines conform to St -isoC-99 . They implement the Nextafter function recommended by St -ieee754 , 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 BSD 4.3 and nextafterf ();
    appeared in Fx 2.0 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    STANDARDS
    HISTORY


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру