octave-maintainers
[Top][All Lists]
Advanced

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

Re: printf integer format compatibility


From: Michael D. Godfrey
Subject: Re: printf integer format compatibility
Date: Thu, 17 Apr 2014 17:19:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/17/2014 01:24 AM, John W. Eaton wrote:
What do people think about using '%g' instead of '%e' as Matlab does?
Should we just go ahead and use '%e'?

jwe
I sort of go with %e. But, I also noticed that the switch from
%g to %e for just
x = pi*1000
then
x  pi*10000

does not match up with when %g switches.

Maybe another argument for %e?
Michael




reply via email to

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