1: /*
   2:  *	"@(#)r_atn2.c	1.1"
   3:  */
   4: 
   5: double r_atn2(x,y)
   6: float *x, *y;
   7: {
   8: double atan2();
   9: return( atan2(*x,*y) );
  10: }

Defined functions

r_atn2 defined in line 5; never used
Last modified: 1983-05-20
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 565
Valid CSS Valid XHTML 1.0 Strict