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

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

[Octave-bug-tracker] [bug #31579] Floating point mod function does not m


From: Rik
Subject: [Octave-bug-tracker] [bug #31579] Floating point mod function does not match Matlab
Date: Sun, 07 Nov 2010 18:51:22 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12

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

                 Summary: Floating point mod function does not match Matlab
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 07 Nov 2010 10:51:21 AM PST
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: kodo
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Matlab and Octave 3.2.4 produce the following:
+verbatim
mod(2.1,0.1)
ans = 0


The development version of Octave produces:

mod(2.1,0.1)
ans =  0.100000


This bug was initially reported under bug #31514.  It is being broken out
because it is a different issue than that reported under #31514.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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