Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. double koef[13];
  2. koef[0] = 1;
  3. koef[1] = (1/3);
  4. koef[2] = (2/15);
  5. koef[3] = (17/315);
  6. koef[4] = (62/2835);
  7. koef[5] = (1382/155925);
  8. koef[6] = (21844/6081075);
  9. koef[7] = (929569/638512875);
  10. koef[8] = (6404582/10854718875);
  11. koef[9] = (443861162/1856156927625);
  12. koef[10] = (18888466084/194896477400625);
  13. koef[11] = (113927491862/49308808782358125);
  14. koef[12] = (58870668456604/3698160658676859375);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement