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

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

[Octave-bug-tracker] [bug #64692] colon range includes an extra value


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #64692] colon range includes an extra value
Date: Fri, 22 Sep 2023 22:20:58 -0400 (EDT)

Follow-up Comment #25, bug #64692 (project octave):

@nrjank:

In interpn.m, changing this line:

      y{i} = 1 : (1 / (2 ^ m)) : sz(i);

to this:

      y{i} = ((2 ^ m) : (2 ^ m * sz(i))) / (2 ^ m);


eliminates the BIST failure.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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