Advertisement
Guest User

Untitled

a guest
Dec 16th, 2014
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. double _Complex cacos(double _Complex z)
  2. {
  3. z = casin(z);
  4. return ((union { _Complex double __z; double __xy[2]; }){.__xy = {(1.57079632679489661923 - ((double)(z))),(-((union { _Complex double __z; double __xy[2]; }){(_Complex double)(z)}.__xy[1]))}}.__z);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement