The OpenNET Project / Index page

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

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

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

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

    NAME

    fmax, fmaxf, fmaxl - determine maximum numeric value of two floating-point numbers
     
    

    SYNOPSIS

    c99 [ flag... ] file... -lm [ library... ]
    #include <math.h>
    
    double fmax(double x, double y);
    

    float fmaxf(float x, float y);
    

    long double fmaxl(long double x, long double y);
    

     

    DESCRIPTION

    These functions determine the maximum numeric value of their arguments. NaN arguments are treated as missing data: if one argument is a NaN and the other numeric, these functions choose the numeric value.  

    RETURN VALUES

    Upon successful completion, these functions return the maximum numeric value of their arguments.

    If just one argument is a NaN, the other argument is returned.

    If x and y are NaN, a NaN is returned.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    fdim(3M), fmin(3M), math.h(3HEAD), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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