Diff for /gforth/doc/gforth.ds between versions 1.163 and 1.164

version 1.163, 2006/10/21 19:22:02 version 1.164, 2006/10/23 08:45:00
Line 12919  to use @code{fm/mod}, @code{sm/rem} or s Line 12919  to use @code{fm/mod}, @code{sm/rem} or s
 @item values returned after arithmetic overflow:  @item values returned after arithmetic overflow:
 On two's complement machines, arithmetic is performed modulo  On two's complement machines, arithmetic is performed modulo
 2**bits-per-cell for single arithmetic and 4**bits-per-cell for double  2**bits-per-cell for single arithmetic and 4**bits-per-cell for double
 arithmetic (with appropriate mapping for signed types). Division by zero  arithmetic (with appropriate mapping for signed types). Division by
 typically results in a @code{-55 throw} (Floating-point unidentified  zero typically results in a @code{-55 throw} (Floating-point
 fault) or @code{-10 throw} (divide by zero).  unidentified fault) or @code{-10 throw} (divide by zero).  Integer
   division overflow can result in these throws, or in @code{-11 throw}.
   
 @item whether the current definition can be found after @t{DOES>}:  @item whether the current definition can be found after @t{DOES>}:
 @cindex @t{DOES>}, visibility of current definition  @cindex @t{DOES>}, visibility of current definition

Removed from v.1.163  
changed lines
  Added in v.1.164


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