Post Reply 
error in the integration of complex functions (FW10077)
05-03-2016, 05:14 AM (This post was last modified: 05-03-2016 05:16 AM by parisse.)
Post: #11
RE: error in the integration of complex functions (FW10077)
(05-02-2016 03:18 PM)Helge Gabert Wrote:  Interesting . . . So why is it that quoting f, i.e., 'f(x,ceiling(x))', works with romberg?
Because the problem is in evaluating f(x,ceiling(x)), not in numerical integration. Quoting prevents evaluation. The program evaluation raises an exception because the test in the loop can not be evaluated with x symbolic, but the Prime does not have exceptions. This means that if I want to fix this bug, I must mimic the exception mechanism by handcoding specific error code (and this is an endless game...)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: error in the integration of complex functions (FW10077) - parisse - 05-03-2016 05:14 AM



User(s) browsing this thread: 1 Guest(s)