--- loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex 2003/06/10 15:27:06 1.2 +++ loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex 2011/11/21 16:19:46 1.8 @@ -43,18 +43,27 @@ sinh(x), cosh(x), tanh(x) & \&sinh(\$x) asinh(x), acosh(x), atanh(x) & \&asinh(\$x), \&acosh(\$x), \&atanh(\$x) &   \\ \hline -/DIS(\$x,''nn'') & \&format(\$x,''nn'') &  The difference is obvious. \\ +/DIS(\$x,''nn'') & \&format(\$x,'nn') &  The difference is obvious. \\ \hline -Not in CAPA & \&prettyprint(\$x,''nn'') &   \\ +Not in CAPA & \&prettyprint(\$x,'nn','optional target') &   \\ \hline -Not in CAPA & \&dollarformat(\$x &   \\ +Not in CAPA & \&dollarformat(\$x,'optional target') &   \\ + + \hline +Not in CAPA & \&languages(@desired\_languages) &   \\ \hline roundto(x,n) & \&roundto(\$x,\$n) &   \\ \hline +Not in CAPA & \&cas(\$s,\$e) & \\ + + \hline +Not in CAPA & \&implicit\_multiplication(\$f) & \\ + + \hline web(``a'',''b'',''c'') or web(a,b,c) & \&web(``a'',''b'',''c'') or \&web(\$a,\$b,\$c) &   \\ \hline @@ -108,7 +117,7 @@ var\_in\_tex(a) & \&var\_in\_tex(\$a) to\_string(x), to\_string(x,y) & \&to\_string(\$x), \&to\_string(\$x,\$y) &   \\ \hline -capa\_id(), class(), section(), set(), problem() & \&class(), \§ion() & capa\_id(), set() and problem() are no longer used. Currently, they return a null value. \\ +capa\_id(), class(), section(), set(), problem() & \&class(), \&sec() & capa\_id(), set() and problem() are no longer used. Currently, they return a null value. \\ \hline name(), student\_number() & \&name(), \&student\_number() &   \\