octave-maintainers
[Top][All Lists]
Advanced

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

Re: precision problems in max()


From: Muhali
Subject: Re: precision problems in max()
Date: Wed, 8 Feb 2012 13:25:37 -0800 (PST)

that may be related to whether single or multiple numbers are displayed, and
whether the other numbers contain leading or trailing zeros. For example,

octave>> format short
octave>> x = rand(3,1)
x =

   0.036624
   0.740823
   0.365860

octave>> x = rand(3,1)
x =

   0.98449
   0.65108
   0.44245


M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/precision-problems-in-max-tp4370859p4370925.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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