The OpenNET Project / Index page

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

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

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

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

    NAME

    ceil, ceilf, ceill - ceiling value function
     
    

    SYNOPSIS

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

    float ceilf(float x);
    

    long double ceill(long double x);
    

     

    DESCRIPTION

    These functions compute the smallest integral value not less than x.  

    RETURN VALUES

    Upon successful completion, the ceil(), ceilf(), and ceill() functions return the smallest integral value not less than x, expressed as a type double, float, or long double, respectively.

    If x is NaN, a NaN is returned.

    If x is ±0 or ±Inf, x is returned.  

    USAGE

    The integral value returned by these functions need not be expressible as an int or long int. The return value should be tested before assigning it to an integer type to avoid the undefined results of an integer overflow.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    feclearexcept(3M), fetestexcept(3M), floor(3M), isnan(3M), math.h(3HEAD), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    USAGE
    ATTRIBUTES
    SEE ALSO


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




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

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