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

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

[Octave-bug-tracker] [bug #35549] typo in rainbow.m


From: Muhali
Subject: [Octave-bug-tracker] [bug #35549] typo in rainbow.m
Date: Thu, 16 Feb 2012 20:44:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.1) Gecko/20100101 Firefox/10.0.1

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

                 Summary: typo in rainbow.m
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 16 Feb 2012 12:44:05 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

in changeset 14279:f205d0074687 there is the following typo in rainbow.m:


+    b = (x >= 3/5 & x < 4/5) .* (5 * x - 3)
+      + (x >= 4/5);


should (probably) be


+    b = (x >= 3/5 & x < 4/5) .* (5 * x - 3) ...
+      + (x >= 4/5);






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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