The meaning of the inputs is unclear, especially as two of the three are re-assigned immediately.
On Fri, Aug 27, 2021 at 11:28 PM Raul Miller <[email protected]> wrote: > What are some example test cases which illustrate this issue? > > Thanks, > > -- > Raul > > On Fri, Aug 27, 2021 at 11:11 PM Arthur Anger <[email protected]> > wrote: > > > > Staff-- > > The text below is necessary for at least some types of polar-plotting > graphics. Since 'jqt' and 'github' are foreign terms to me, I would > appreciate your substituting this text for the briefer version currently > installed in addons/graphics/plot/jzplot.ijs : > > > > getpolar=: 3 : 0 > > 'x y z'=. y > > NB. Inserted 08/21/2021 ALA: > > x=. {."2 > y > > y=. {:"2 > y > > (x * cos y) ; (x * sin y) ; z > > ) > > > > Thanks, > > --Art > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA Quantitative Consultant ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
