Raul Miller wrote: > > That said, there's something inconsistent here: > G"0 1+i.10 > |domain error: G > | G"0 1+i.10 > G"0(1 2 3 4 5 6 7 8 9 10) > 0 0 0 0 1 1 1 1 1 2 > Same experience:
m10"0 1+i.15 |limit error: m10 | m10"0 1+i.15 m10"0 [1+i.15 0 0 0 0 1 1 1 1 1 2 2 2 2 2 3 But you're allowed to do: m10"0 i.15 0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 m10"0 [EMAIL PROTECTED] 0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 Question unanswered though! @@i ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
