Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Bat dau tinh sai so
  2. for (int v = start; v <= end; v++)
  3. saiso = saiso + pow((dau[v][1] - a*dau[v][0] - b),2);
  4. saiso = sqrt(1.00 / (double)D * saiso);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement