User Portlet User Portlet

Discussions
I have some user-defined module describing my integrand which has to be computed numerically (it's much more complicated than this but bear with me): foo[x_?NumericQ, y_?NumericQ, z_?NumericQ] := Module[{f}, f = x+y+z; Return[f]]; Then I...