[Jython-dev] (NaN == 111.0 ) returns 1 !
by Nicola de Candussio other posts by this author
Nov 15 2004 10:50AM messages near this date
Re: [Jython-dev] jython status
|
Re: [Jython-dev] (NaN == 111.0 ) returns 1 !
Dear all,
could you tell me if the following code
> >from java.lang import Math
> >g = Math.log(-1.0)
> >print (g==111.0)
1
highlights a bug or is an (un)expected behaviour of the rich comparison?
Thanks in advance
Nicola
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
Thread:
Nicola de Candussio
Samuele Pedroni
Nicola de Candussio
Nicola de Candussio
|