|
��������
erf, erfc - �������� ����������� ������ � ���������� �
����
���������
#include <math.h> double erf (x) double x; double erfc (x) double x;
��������
������� erf ���������� �������� ��������� �� t �������
2 / sqrt( �) * exp(-t^2)� �������� �� 0 �� x.
������� erfc, ������� ���������� �������� 1 - erf(x), ������� ������������� ��-�� ���������� ������������� ����������� � ������, ���� erf(x) ���������� ��� ����- ��� x, � ��������� ���������� �� 1.0 (��������, ��� x=5 �������� 12 �������� ����).
��. �����
exp(3M).
|