Re: printf explicitly

2011-03-19 Thread Uri Guttman
> "PJ" == Paul Johnson writes: >> 2,1,1,1175,2.58522727272727,1 >> 2,1,1,1175,, >> 2,1,1,1175,1.354167,1 >> 2,1,1,1175,1.82765151515152,1 >> 2,1,1,1175,, >> 2,2,1,1175,, >> 8,1,1,1175,, >> 10,2,1,1175,0.710227272727273,1 that is his output from MY version of the progr

Re: printf explicitly

2011-03-19 Thread Paul Johnson
On Fri, Mar 18, 2011 at 10:43:09PM -0600, Chris Stinemetz wrote: > Hello, > > I would like to explicitly use printf '<%.2g>' for the element in the array > called dist. > Below is the error I am getting and below that is a sample of the output I > can currently generate before I add printf. > >

Re: printf explicitly

2011-03-18 Thread Uri Guttman
> "CS" == Chris Stinemetz writes: CS> I would like to explicitly use printf '<%.2g>' for the element in CS> the array called dist. Below is the error I am getting and below CS> that is a sample of the output I can currently generate before I CS> add printf. CS> Thank you CS> Ar