Doxygen Source Code Documentation
d_atn2.c File Reference
#include "f2c.h"#include "mathh.h"Go to the source code of this file.
Functions | |
| double | d_atn2 (doublereal *x, doublereal *y) |
Function Documentation
|
||||||||||||
|
Definition at line 9 of file d_atn2.c.
00011 {
00012 return( atan2(*x,*y) );
00013 }
|