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

Defined functions

r_atn2 defined in line 1; never used
Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 380
Valid CSS Valid XHTML 1.0 Strict