Fixed for the next J601 beta. Thanks for finding and reporting this error.
For now, you can use +//[EMAIL PROTECTED]@(*/) as Henry suggested. ----- Original Message ----- From: John Randall <[EMAIL PROTECTED]> Date: Monday, June 5, 2006 1:58 pm Subject: [Jbeta] Polynomial product broken > Polynomial product gives different results in J601 and J504. I > assume it > to be a result of "f//. and f//.@(g/) Improved". Does anyone have any > suggestions as to how to get around it? > > Thanks, > > John > > pp=:+//.@(*/) > 1 2 pp 1 1 > 1 3 2 > 9!:14 '' > j504/2005-03-30/13:35 > > > but... > > pp=:+//.@(*/) > 1 2 pp 1 1 > 1 2 2 > 9!:14 '' > j601/beta/2006-05-20/22:30 > > Both on Windows 32. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
