d_atn2 X
1: double d_atn2(x,y) 2: double *x, *y; 3: { 4: double atan2(); 5: return( atan2(*x,*y) ); 6: }