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

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

[Octave-bug-tracker] [bug #62907] bug in addition!


From: anonymous
Subject: [Octave-bug-tracker] [bug #62907] bug in addition!
Date: Wed, 17 Aug 2022 19:15:10 -0400 (EDT)

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

                 Summary: bug in addition!
                 Project: GNU Octave
               Submitter: None
               Submitted: Wed 17 Aug 2022 11:15:09 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 17 Aug 2022 11:15:09 PM UTC By: Anonymous
sum ([a b]) is not giving the same answer as a+b!

Code:

A = int8 ([100 100])
A(1) + A(2)
class (A(1) + A(2))
sum (A)
class (sum (A))


giving 127 int8 in one and 200 double in other. Bug!







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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