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

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

[Octave-bug-tracker] [bug #44867] Bessel functions scaled even if opt=0


From: Rik
Subject: [Octave-bug-tracker] [bug #44867] Bessel functions scaled even if opt=0
Date: Fri, 17 Apr 2015 18:40:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Update of bug #44867 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Do you have access to Matlab?  I'd like to know how much input validation they
are really doing.

Example Code to Run:


besselj (1, i)
besselj (1, i, 0.0)
besselj (1, i, 1.0)
besselj (1, i, zeros (2,2,2))
besselj (1, i, ones (2,2,2))
besselj (1, i, eye (3,3))
besselj (1, i, 'abc');
besselj (1, i, char (0.0));


Post the results back to this bug report and I'll have a go at changing
Octave.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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