Diff for /loncom/html/adm/help/tex/Spreadsheet_Functions.tex between versions 1.2 and 1.3

version 1.2, 2002/07/26 19:53:59 version 1.3, 2002/07/29 14:51:43
Line 4  The following functions are available in Line 4  The following functions are available in
 \begin{itemize}  \begin{itemize}
   
 \item \texttt{\&NUM(range)} - number of non-empty cells in range  \item \texttt{\&NUM(range)} - number of non-empty cells in range
   \index{NUM}
   
 \item \texttt{\&BIN(low, high, range)} - number of non-empty cells in  \item \texttt{\&BIN(low, high, range)} - number of non-empty cells in
   range with values between low and high    range with values between low and high
   \index{BIN}
   
 \item \texttt{\&SUM(range)} - sum of the non-empty cells in range  \item \texttt{\&SUM(range)} - sum of the non-empty cells in range
   \index{SUM}
   
 \item \texttt{\&MEAN(range)} - mean value of non-empty cells in range  \item \texttt{\&MEAN(range)} - mean value of non-empty cells in range
   \index{MEAN}
   
 \item \texttt{\&STDDEV(range)} - standard deviation of non-empty cells  \item \texttt{\&STDDEV(range)} - standard deviation of non-empty cells
   in range     in range 
   \index{STDDEV}
   
 \item \texttt{\&PROD(range)} - product of non-empty cells in range  \item \texttt{\&PROD(range)} - product of non-empty cells in range
   \index{PROD}
   
 \item \texttt{\&MAX(range)} - maximum value of non-empty cell in range  \item \texttt{\&MAX(range)} - maximum value of non-empty cell in range
   \index{MAX}
   
 \item \texttt{\&MIN(range)} - minimum value of non-empty cells in  \item \texttt{\&MIN(range)} - minimum value of non-empty cells in
   range     range 
   \index{MIN}
   
 \item \texttt{\&SUMMAX(n ,range)} - sum of the maximum n non-empty  \item \texttt{\&SUMMAX(n ,range)} - sum of the maximum n non-empty
   cells in range    cells in range
   \index{SUMMAX}
   
 \item \texttt{\&SUMMIN(n, range)} - sum of the minimum n non-empty  \item \texttt{\&SUMMIN(n, range)} - sum of the minimum n non-empty
   cells in range    cells in range
   \index{SUMMIN}
   
 \item \texttt{\&EXT(expression)} - access to EXT function in lonnet  \item \texttt{\&EXT(expression)} - access to EXT function in lonnet
   \index{EXT}
   
 \end{itemize}  \end{itemize}
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>