Advertisement
Guest User

Untitled

a guest
May 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scilab 0.17 KB | None | 0 0
  1.         if Frand(i) < Fcalc(i) & Frand(i) > 0 then
  2.             Np = Np + 1
  3.         elseif Frand(i) > Fcalc(i) & Frand(i) < 0 then
  4.             Nn = Nn + 1
  5.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement