Date: 02/04/09 (Code WTF) Keywords: no keywords
#define SIGN(x) ((x<0)?-1:1) . . . for (i=0;i<4;i++) Y[i]=SIGN(!(i%2))*some_thing;
Source: http://community.livejournal.com/code_wtf/156061.html