[Scilab-users] ”Too complex recursion”

sgougeon at free.fr sgougeon at free.fr
Tue May 19 12:08:12 CEST 2015


Hello,

----- Mail original -----
.../...
plCtrlEX1=intg(xmin_V,xTrig_V-%eps,list('payoffDenFunc',payD_V,fxValDate,fxTriger,fxFixed,mu,vol));

In the list, you may try specifying directly by its name the function to be integrated, rather than through a string giving its name:

plCtrlEX1=intg(xmin_V,xTrig_V-%eps,list(payoffDenFunc,payD_V,fxValDate,fxTriger,fxFixed,mu,vol));

May be the documentation is not clear enough about this point.

Regards




More information about the users mailing list