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

bisitz lon-capa-cvs-allow@mail.lon-capa.org
Fri, 15 Feb 2008 17:04:05 -0000


bisitz		Fri Feb 15 12:04:05 2008 EDT

  Modified files:              
    /loncom/html/adm/help/tex	all_functions_table.tex 
  Log:
  Added entry for &implicit_multiplication()
  
  
Index: loncom/html/adm/help/tex/all_functions_table.tex
diff -u loncom/html/adm/help/tex/all_functions_table.tex:1.8 loncom/html/adm/help/tex/all_functions_table.tex:1.9
--- loncom/html/adm/help/tex/all_functions_table.tex:1.8	Tue Sep 11 17:53:41 2007
+++ loncom/html/adm/help/tex/all_functions_table.tex	Fri Feb 15 12:04:04 2008
@@ -50,7 +50,10 @@
 roundto(x,n) &\&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 
+symbolic math system is implemented. Example: \&cas('maxima','6*7')&\\
+ \hline
+Not in CAPA&\&implicit_multiplication(\$f)&Adds mathematical multiplication operators to the formula expression \$f where only implicit multiplication is used. Example: \&implicit_multiplication('2(b+3c)') returns 2*(b+3*c)&\\
+ \hline
 web(``a'',''b'',''c'') or web(a,b,c) &\&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 
 html(``a'') or html(a) &\&html(``a'') or \&html(\$a) &Output only if the output mode chosen is in html format &  \\