octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.9.15 --> 3.0


From: John W. Eaton
Subject: Re: 2.9.15 --> 3.0
Date: Wed, 10 Oct 2007 12:40:35 -0400

On 10-Oct-2007, John Swensen wrote:

| John W. Eaton wrote:
| > I applied the patch, which seems to fix the problem of extra space in
| > the output.  We still have
| >
| > | 2) num2str doesn't account for signed zeros while mat2str does:
| > | 
| > | octave-2.9.13.exe:50> num2str(-0,10)
| > | ans =          0
| > | octave-2.9.13.exe:51> mat2str(-0,10)
| > | ans = -0
| >
| > I haven't looked closely, but mat2str is also a .m file, so I think
| > num2str shoudl also be able to ahndle -0 without any changes to the
| > C++ bits of Octave.
| >
| > Thanks,
| >
| > jwe
| >
| >   
| I'm pretty sure the patch I submitted also fixes the problem with not 
| accounting for -0. 

OK, I don't know what happened earlier, but it seems to be working for
me now.

Thanks,

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]