--- doc/homework/homework5.html 2002/07/17 17:51:46 1.18
+++ doc/homework/homework5.html 2002/10/04 21:49:47 1.20
@@ -671,18 +671,24 @@ A message to be shown to the students
/DIS($x,"nn") |
&format($x,"nn") |
- Display or format $x as nn where nn is nF or nE and n is an integer. |
+ Display or format $x as nn where nn is nF or nE and n is an integer. Also supports the first character being a $, it thjen will format the result with a call to &dollarformat() described below. |
The difference is obvious. |
Not in CAPA |
&prettyprint($x,"nn") |
- Display or format $x as nn where nn is nF or nE and n is an integer. In E mode it will attempt to generate a pretty x10^3 rather than a E3 following the number |
+ Display or format $x as nn where nn is nF or nE and n is an integer. Also supports the first character being a $, it then will format the result with a a call to &dollarformat() described below. In E mode it will attempt to generate a pretty x10^3 rather than a E3 following the number |
|
+ Not in CAPA |
+ &dollarformat($x |
+ Reformats $x to have a $ (or \$ if in tex mode) and to have , grouping thousands. |
+ |
+
+
roundto(x,n) |
&roundto($x,$n) |
Rounds a real number to n decimal points. $x and
@@ -1019,7 +1025,7 @@ A message to be shown to the students
|
NOT IMPLEMENTED IN CAPA |
- @return_array=&random_permutation ($item_cnt,@array) |
+ @return_array=&random_permutation ($seed,@array) |
Returns @array randomly permuted. |
New to LON-CAPA |
@@ -1153,7 +1159,7 @@ A message to be shown to the students
Guy Albertelli
-Last modified: Fri Jul 12 18:59:29 EDT 2002
+Last modified: Fri Oct 4 18:01:02 EDT 2002