The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    fegetround
    
     
    fesetround
    
     - floating-point rounding control
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <fenv.h>
    Fd #pragma STDC FENV_ACCESS ON int fegetround (void);
    int fesetround (int round);
     

    DESCRIPTION

    The fegetround ();
    function determines the current floating-point rounding mode, and the fesetround ();
    function sets the current rounding mode to Fa round . The rounding mode is one of FE_TONEAREST , FE_DOWNWARD , FE_UPWARD or FE_TOWARDZERO as described in fenv(3).  

    RETURN VALUES

    The fegetround ();
    routine returns the current rounding mode. The fesetround ();
    function returns 0 on success and non-zero otherwise; however, the present implementation always succeeds.  

    SEE ALSO

    fenv(3), fpgetround(3), fpsetround(3)  

    STANDARDS

    The fegetround ();
    and fesetround ();
    functions conform to St -isoC-99 .  

    HISTORY

    These routines first appeared in Fx 5.3 . They supersede the non-standard fpgetround(3) and fpsetround(3) functions.


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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