Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function prog1()
  2. iterations = 1;
  3. hypothese_formula = x^2;
  4.  
  5. doSomethingWithFormulaAndIterations(hypothese_formula, iterations);
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement