Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r3779.html
Дата изменения: Mon Sep 26 12:35:55 2011 Дата индексирования: Tue Oct 2 07:23:45 2012 Кодировка: UTF-8 |
With a single argument ERF returns the error function, defined as erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt. If two arguments are supplied, they are the lower and upper limits of the integral.
If either @lower_limit or @upper_limit is not numeric a #VALUE! error is returned.
This function is upward-compatible with that in Excel. (If two arguments are supplied, Excel will not allow either to be negative.)