Explorar el Código

Fix example.

git-svn-id: file:///var/svn/tigccpp/trunk@1206 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler hace 16 años
padre
commit
04fcd4afe2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      tigcc/doc/System/Include/estack.h/top_estack.hsf

+ 3 - 3
tigcc/doc/System/Include/estack.h/top_estack.hsf

@@ -125,11 +125,11 @@ some examples:
 <BR>
 <TABLE CLASS="NOBORDER">
 <TR><TD VALIGN="TOP">Algebraic form:</TD>
-<TD>sum (sqrt (1 + x), x, 0, a)</TD></TR>
+<TD>sum (sqrt (1 + x), x, 0, a) (where <I>sum</I> is actually the capital sigma)</TD></TR>
 <TR><TD VALIGN="TOP">RPN form:</TD>
-<TD>a 0 x x 1 sqrt sum</TD></TR>
+<TD>a 0 x x 1 + sqrt sum</TD></TR>
 <TR><TD VALIGN="TOP">Sequence&nbsp;of&nbsp;bytes:&nbsp;&nbsp;&nbsp;</TD>
-<TD>[0B] [00 1F] [08] [08] [01 01 1F] [8B] [51]
+<TD>[0B] [00 1F] [08] [08] [01 01 1F] [8B] [51] [BA]
 </TD></TR></TABLE>
 <BR>
 <TABLE CLASS="NOBORDER">