octave-maintainers
[Top][All Lists]
Advanced

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

a < b incorrect for complex numbers on MinGW


From: Rik
Subject: a < b incorrect for complex numbers on MinGW
Date: Tue, 12 Nov 2013 17:17:28 -0800

I found the following behavior while investigating a failing test in quadgk.

octave-cli.exe:9> a = 1 + 1i;
octave-cli.exe:10> b = 1 + 1i;
octave-cli.exe:11> a < b
ans =  1
octave-cli.exe:12> a == b
ans =  1
octave-cli.exe:13> a > b
ans = 0

a < b should return false, and it does on Linux, but something is wrong
with the MinGW system.  This looks unpleasant to solve.  I filed a report
about it on Savannah (https://savannah.gnu.org/bugs/index.php?40560).

--Rik



reply via email to

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