[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Problem_LON-CAPA_Functions.tex
www
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 24 May 2007 11:29:16 -0000
www Thu May 24 07:29:16 2007 EDT
Modified files:
/loncom/html/adm/help/tex Problem_LON-CAPA_Functions.tex
Log:
Table only has two columns
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.9 loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.10
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.9 Thu May 24 02:45:57 2007
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex Thu May 24 07:29:16 2007
@@ -57,7 +57,7 @@
\&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')&\\
+\&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 \\