1: /*
   2:  *	"@(#)d_atan.c	1.1"
   3:  */
   4: 
   5: double d_atan(x)
   6: double *x;
   7: {
   8: double atan();
   9: return( atan(*x) );
  10: }

Defined functions

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