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

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

[Octave-bug-tracker] [bug #37613] Octave precision/accuracy is much lowe


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #37613] Octave precision/accuracy is much lower for quadgk
Date: Thu, 19 May 2022 12:43:03 -0400 (EDT)

Follow-up Comment #30, bug #37613 (project octave):

suprised you were able to run 

quadgk (@(x) 1, 1-1e-13, 1)


matlab errors out because the integrators require vectorized functions where
size(in) = size(out).  I had to run 


quadgk (@(x) ones(size(x)), 1-1e-13, 1)


to test it. Is quadgk not internally vectorized or does octave just do some
implicit expansion or something there?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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