--- loncom/html/adm/help/tex/Script_Functions.tex 2005/04/01 18:32:42 1.3 +++ loncom/html/adm/help/tex/Script_Functions.tex 2006/07/18 15:26:41 1.5 @@ -27,8 +27,8 @@ Safe space scripting environment inside \item tex({}``a'',''b'') or tex(a,b) \item var\_in\_tex(a) \item to\_string(x), to\_string(x,y) -\item class(), section() -\item name(), student\_number() +\item class(), sec() +\item name(), firstname(), lastname(), student\_number() \item check\_status(partid) \item open\_date(), due\_date(), answer\_date() \item sub\_string() @@ -40,7 +40,8 @@ Safe space scripting environment inside \end{itemize} -We also support these functions from Math::Cephes \begin{verbatim} +We also support these functions from Math::Cephes +\begin{verbatim} bdtr: Binomial distribution bdtrc: Complemented binomial distribution @@ -65,5 +66,7 @@ We also support these functions from Mat stdtr: Student's t distribution stdtri: Functional inverse of Student's t distribution -\end{verbatim} Please see Math::Cephes for more information +\end{verbatim} + + Please see Math::Cephes for more information