Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #define CONST_COSINE(x)     (1 - (((x)*(x))/2) + ((x)*(x)*(x)*(x))/(4*3*2) - ((x)*(x)*(x)*(x)*(x)*(x))/(6*5*4*3*2) + ((x)*(x)*(x)*(x)*(x)*(x)*(x)*(x))/(8*7*6*5*4*3*2) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement