help-octave
[Top][All Lists]
Advanced

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

Re: 0.3*3 == 0.9?


From: Sergei Steshenko
Subject: Re: 0.3*3 == 0.9?
Date: Wed, 25 Aug 2010 07:38:49 -0700 (PDT)

--- On Wed, 8/25/10, Michael Creel <address@hidden> wrote:

From: Michael Creel <address@hidden>
Subject: Re: 0.3*3 == 0.9?
To: "Jordi Gutiérrez Hermoso" <address@hidden>
Cc: "Octave ML" <address@hidden>
Date: Wednesday, August 25, 2010, 7:31 AM


...then I'll just need to perform a revision of by brain's code. :-)
Cheers,M.


-----Inline Attachment Follows-----

_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

Yep - instead of x == y you perform

(x - guardband) < y && y < (x + guardband)
.

Regards,
  Sergei.



      



reply via email to

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