Diff for /doc/homework/homework5.html between versions 1.18 and 1.19

version 1.18, 2002/07/17 17:51:46 version 1.19, 2002/07/17 18:08:38
Line 671  A message to be shown to the students Line 671  A message to be shown to the students
     <tr>      <tr>
              <td valign="top">/DIS($x,"nn")</td>               <td valign="top">/DIS($x,"nn")</td>
              <td valign="top">&amp;format($x,"nn")</td>               <td valign="top">&amp;format($x,"nn")</td>
              <td valign="top">Display or format $x as nn where nn is nF or nE and n is an integer.</td>               <td valign="top">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.</td>
              <td valign="top">&nbsp;The difference is obvious.</td>               <td valign="top">&nbsp;The difference is obvious.</td>
     </tr>      </tr>
   
     <tr>      <tr>
              <td valign="top">Not in CAPA</td>               <td valign="top">Not in CAPA</td>
              <td valign="top">&amp;prettyprint($x,"nn")</td>               <td valign="top">&amp;prettyprint($x,"nn")</td>
              <td valign="top">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</td>               <td valign="top">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</td>
              <td valign="top">&nbsp;</td>               <td valign="top">&nbsp;</td>
     </tr>      </tr>
   
     <tr>      <tr>
                <td valign="top">Not in CAPA</td>
                <td valign="top">&amp;dollarformat($x</td>
                <td valign="top">Reformats $x to have a $ (or \$ if in tex mode) and to have , grouping thousands.</td>
                <td valign="top">&nbsp;</td>
       </tr>
       <tr>
              <td valign="top">roundto(x,n)</td>               <td valign="top">roundto(x,n)</td>
              <td valign="top">&amp;roundto($x,$n)</td>               <td valign="top">&amp;roundto($x,$n)</td>
              <td valign="top">Rounds a real number to n decimal points. $x and               <td valign="top">Rounds a real number to n decimal points. $x and
Line 1153  A message to be shown to the students Line 1159  A message to be shown to the students
     <address><a href="mailto:albertel@marvin.lite.msu.edu">Guy Albertelli</a></address>      <address><a href="mailto:albertel@marvin.lite.msu.edu">Guy Albertelli</a></address>
 <!-- Created: Thu May 17 15:05:35 EDT 2001 -->  <!-- Created: Thu May 17 15:05:35 EDT 2001 -->
 <!-- hhmts start -->  <!-- hhmts start -->
 Last modified: Fri Jul 12 18:59:29 EDT 2002  Last modified: Fri Jul 12 21:28:44 EDT 2002
 <!-- hhmts end -->  <!-- hhmts end -->
   </body>    </body>
 </html>  </html>

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>