Guest User

Untitled

a guest
Feb 8th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. escaped_i[0] <= ((im + im_c_pipe[WIDTH + 1]) > MAX_SQUARE)
  2. || ((im + im_c_pipe[WIDTH + 1]) < -MAX_SQUARE)
  3. || ((re + re_c_pipe[WIDTH + 1]) > MAX_SQUARE)
  4. || ((re + re_c_pipe[WIDTH + 1]) < -MAX_SQUARE);
Advertisement
Add Comment
Please, Sign In to add comment