• Модуль: search
  • Путь к файлу: ~/bitrix/modules/search/classes/general/search.php
  • Класс: CAllSearch
  • Вызов: CAllSearch::normdev
function normdev($words_count)
{
	$a = array();
	while ($words_count > 0)
		$a[] = $words_count--;
	return $this->stddev($a);
}