[Scilab-users] error 26 Too complex recursion!

Samuel Gougeon sgougeon at free.fr
Tue Mar 5 18:09:59 CET 2013


Hello,

Le 05/03/2013 09:17, haasejos a écrit :
> thanks to both of you!
> is there any experience how to solve the problem of convergence in 'intc'?
As written by Calixte, you should rename your f() into something else, 
but keep it
as a macro (not a primitive: see below).

Le 04/03/2013 17:04, Dang, Christophe a écrit :
> .../...
> and you can simplify you code with f = sin (but this does not improve 
> the behaviour...) 
Because intg() does not accept primitives, and sin() is a primitive:
See for instance http://bugzilla.scilab.org/show_bug.cgi?id=1657#c1

Regards
Samuel



More information about the users mailing list