octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40560] a < b incorrect for complex numbers on


From: Rik
Subject: [Octave-bug-tracker] [bug #40560] a < b incorrect for complex numbers on MinGW
Date: Wed, 13 Nov 2013 01:14:52 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

URL:
  <http://savannah.gnu.org/bugs/?40560>

                 Summary: a < b incorrect for complex numbers on MinGW
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 12 Nov 2013 05:14:51 PM PST
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

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.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40560>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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