Hi,

It's nothing to worry about, but the other day I stumbled at something like 
this:

   A=: (i.12)+(2*i.12)+i.12
   A&*
(4*i.12)&*

Never mind my two input lines - I was surprised, however, by the third (the 
output). 
Or shouldn't I be?

Then I found: 
   5!:5 < 'A'
4*i.12

but still...

Here it's already an advantage:  
   A=. i.1e6
   5!:5 < 'A'
i.1000000

But then I'd say this could also work:
   A=. i.1e8
   5!:5 < 'A'
|limit error

(I'm using 32bit)

Greetings,
Ben


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to