Format: AllC/C++CSSTextshell script Advanced Search
92: s = sin(y); 93: c = cos(y); 94: ss = -s-c;
90: switch(n&3) { 91: case 0: temp = cos(x)+sin(x); break; 92: case 1: temp = -cos(x)+sin(x); break;