octave-maintainers
[Top][All Lists]
Advanced

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

Re: yet another Java oddity


From: Julien Bect
Subject: Re: yet another Java oddity
Date: Thu, 07 Feb 2013 08:33:19 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 07/02/2013 03:05, Mike Miller wrote:
The result is behavior like this:

octave:1> 1e-5 == 10^-5
ans =  1
octave:2> javaObject ("java.lang.String");
octave:3> 1e-5 == 10^-5
ans = 0
octave:4> test chop
   ***** assert (chop (e, 3), 2.72)
!!!!! test failed
assert (chop (e, 3),2.72) expected
  2.7200
but got
  2.7200
values do not match

Can anyone reproduce on Linux

Same behaviour on my Octave 3.7.1+ (32 bits / Ubuntu 12.10).


reply via email to

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