The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    erf
    
     
    erff
    
     
    erfc
    
     
    erfcf
    
     - error function operators
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <math.h>
    double erf (double x);
    float erff (float x);
    double erfc (double x);
    float erfcf (float x);
     

    DESCRIPTION

    These functions calculate the error function of Fa x .

    The erf ();
    and the erff ();
    functions calculate the error function of x; where

    erf(x) = 2/sqrt(pi)*integral from 0 to x of exp(-t*t) dt.

    The erfc ();
    and the erfcf ();
    functions calculate the complementary error function of Fa x ; that is erfc ();
    subtracts the result of the error function erf (x);
    from 1.0. This is useful, since for large Fa x places disappear.  

    SEE ALSO

    math(3)  

    HISTORY

    The erf ();
    and erfc ();
    functions appeared in BSD 4.3


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    HISTORY


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




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

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