The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    cbrt
    
     
    cbrtf
    
     
    sqrt
    
     
    sqrtf
    
     - cube root and square root functions
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <math.h>
    double cbrt (double x);
    float cbrtf (float x);
    double sqrt (double x);
    float sqrtf (float x);
     

    DESCRIPTION

    The cbrt ();
    and the cbrtf ();
    functions compute the cube root of x

    The sqrt ();
    and the sqrtf ();
    functions compute the non-negative square root of x.  

    RETURN VALUES

    The cbrt ();
    and the cbrtf ();
    functions return the requested cube root. The sqrt ();
    and the sqrtf ();
    functions return the requested square root unless an error occurs. An attempt to take the sqrt ();
    of negative Fa x raises an invalid exception and causes an to be returned.  

    SEE ALSO

    fenv(3), math(3)  

    STANDARDS

    The sqrt ();
    function conforms to St -isoC .  

    HISTORY

    The cbrt ();
    function appeared in BSD 4.3


     

    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
    Добавить, Поддержать, Вебмастеру