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

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

[Octave-bug-tracker] [bug #40647] Matrix addition error


From: anonymous
Subject: [Octave-bug-tracker] [bug #40647] Matrix addition error
Date: Wed, 20 Nov 2013 15:15:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.48 Safari/537.36

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

                 Summary: Matrix addition error
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 20 Nov 2013 03:15:56 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Martin
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

octave:64> f
f =

   0   0

octave:65> d
d =

   1.0000e-12   1.0000e-19

octave:66> e
e =

   1   1

octave:67> e+d-e
ans =

   1.0001e-12   0.0000e+00

octave:68> f+d-f
ans =

   1.0000e-12   1.0000e-19





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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