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

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

[Octave-bug-tracker] [bug #59830] Architecture-dependent results for ari


From: Rafael Laboissiere
Subject: [Octave-bug-tracker] [bug #59830] Architecture-dependent results for arithmetic operations involving NA
Date: Tue, 5 Jan 2021 17:10:14 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?59830>

                 Summary: Architecture-dependent results for arithmetic
operations involving NA
                 Project: GNU Octave
            Submitted by: rlaboiss
            Submitted on: Tue 05 Jan 2021 10:10:12 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.1.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Octave is producing different results for arithmetic operations involving NA
in different architectures of Debian GNU/Linux.  On a amd64 system, I get:


$ echo "NA / 1" | octave-cli
ans = NA


while on a mips64el system, I get:


$ echo "NA / 1" | octave-cli
ans = NaN


This is preventing a BIST in the level-set package to succeed on a mips64el
system.

Does anyone know the cause for this disparity?







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59830>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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