[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Problem_LON-CAPA_Functions.tex

albertel lon-capa-cvs-allow@mail.lon-capa.org
Thu, 24 May 2007 06:45:59 -0000


albertel		Thu May 24 02:45:59 2007 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Problem_LON-CAPA_Functions.tex 
  Log:
  - copy and paste cas description
  
  
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.8 loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.9
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.8	Tue Jul 18 11:26:41 2006
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex	Thu May 24 02:45:57 2007
@@ -57,6 +57,9 @@
 \&roundto(\$x,\$n)  & Rounds a real number to n decimal points. \$x and \$n can be pure numbers \\
 \hline
  
+&\&cas(\$s,\$e)&Evaluates the expression \$e inside the symbolic algebra system \$s. Currently, only the Maxima symbolic math system is implemented. Example: \&cas('maxima','6*7')&\\ 
+\hline 
+
 \&web(``a'',''b'',''c'') or \&web(\$a,\$b,\$c)  & Returns either a, b or c depending on the output medium. a is for plain ASCII, b for tex output and c for html output \\
 \hline