Advertisement
Guest User

Untitled

a guest
Aug 28th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. << CompiledFunctionTools`
  2. f[x_] := x;
  3. c = Compile[{{x}}, f[x^2] + Sin[x^2],
  4. CompilationOptions -> {"ExpressionOptimization" -> True}];
  5. CompilePrint[c]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement