Format: AllC/C++CSSTextshell script Advanced Search
91: if(ix >= 0x40000000) { /* |x| >= 2.0 */ 92: s = sin(y); 93: c = cos(y);
90: switch(n&3) { 91: case 0: temp = cos(x)+sin(x); break; 92: case 1: temp = -cos(x)+sin(x); break;