Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. printf("%d %e %e %e %e %e\n", i, tan(A), taylor_tan(A,i), (double) (abs(tan(A) - taylor_tan(A,i))),
  2. cfrac_tan(A,i), (double) (abs(tan(A) - cfrac_tan(A,i))));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement