User Portlet User Portlet

Discussions
Hi Frank, In this case, the internal rule is not really wise. As you could ask NDSolve[..., PrecisionGoal -> 30, ... ] without having any guarantee on the precision of the solution outside the computations points which are hidden in the...
Hi Rob, I have tried to use mcc on OSX. Using: mcc --verbose addtwo.tm addtwo.c -o addtwo gives the code above and does not work. If I try to link to a static library, I use mcc --verbose -st addtwo.tm addtwo.c -o addtwo and I...