--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex 2008/03/20 23:54:46 1.14 +++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex 2008/03/21 00:10:34 1.15 @@ -68,7 +68,7 @@ Option 4 - @all = \&languages($\backslas \&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 -\&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) \\ +\&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) & 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 \\