The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    fdim
    
     
    fdimf
    
     
    fdiml
    
     - positive difference functions
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <math.h>
    double fdim (double x double y);
    float fdimf (float x float y);
    long double fdiml (long double x long double y);
     

    DESCRIPTION

    The fdim (,);
    fdimf (,);
    and fdiml ();
    functions return the positive difference between Fa x and Fa y . That is, if Fa x- Ns Fa y is positive, then Fa x- Ns Fa y is returned. If either Fa x or Fa y is an , then an is returned. Otherwise, the result is +0.0

    Overflow or underflow may occur iff the exact result is not representable in the return type. No other exceptions are raised.  

    SEE ALSO

    fabs(3), fmax(3), fmin(3), math(3)  

    STANDARDS

    The fdim (,);
    fdimf (,);
    and fdiml ();
    functions conform to St -isoC-99 .  

    HISTORY

    These routines first appeared in Fx 5.3 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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