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

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

[Octave-bug-tracker] [bug #56632] polyval should return with invalid inp


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #56632] polyval should return with invalid input
Date: Mon, 15 Jul 2019 09:19:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0

Follow-up Comment #1, bug #56632 (project octave):

Sorry, probably the check


elseif (! isvector (p))


should be replaced by


elseif (! isvector (p) || (isvector (p) && ! isnumeric (p)))



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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