--- loncom/html/adm/help/tex/Script_Functions.tex 2005/02/25 19:58:24 1.2 +++ loncom/html/adm/help/tex/Script_Functions.tex 2005/09/29 21:13:07 1.4 @@ -29,17 +29,19 @@ Safe space scripting environment inside \item to\_string(x), to\_string(x,y) \item class(), section() \item name(), student\_number() +\item check\_status(partid) \item open\_date(), due\_date(), answer\_date() \item sub\_string() \item array\_moments(array) -\item format(x,y),prettyprint(x,y) +\item format(x,y),prettyprint(x,y,target),dollarformat(x,target) \item map(...) \item caparesponse\_check \item caparesponse\_check\_list \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 @@ -64,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