The numbers below are right on the edge of failure.

  $ /:~vec=.?998005$1993426-~2^31  NB. This fails;
|limit error
|   $    /:~vec=.?998005$1993426-~2^31

  $ /:~vec=.?998005$1993427-~2^31  NB. but this (1 less) is OK;
998005

  $ /:~vec=.?998006$1993427-~2^31  NB. but this (1 more element) fails.
|limit error
|   $    /:~vec=.?998006$1993427-~2^31

  $vec{~/:vec                      NB. However, this is equivalent to the
above.
998006

  (9!:12 '');9!:14 ''
+-+---------------------+
|6|j601/2006-09-04/09:20|
+-+---------------------+


--
Devon McCormick
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to