--- loncom/html/adm/help/tex/Script_Functions.tex 2005/02/25 19:58:24 1.2 +++ loncom/html/adm/help/tex/Script_Functions.tex 2007/05/20 21:07:02 1.6 @@ -17,7 +17,8 @@ Safe space scripting environment inside \item N\%M (modulo function) \item sinh(x), cosh(x), tanh(x) \item asinh(x), acosh(x), atanh(x) -\item roundto(x,n) +\item roundto(x,n) +\item cas(s,e) \item web({}``a'',''b'',''c'') or web(a,b,c) \item html({}``a'') or html(a) \item j0(x), j1(x), jn(n,x), jv(y,x) @@ -27,19 +28,21 @@ 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() \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 +67,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