OSDN Git Service

2004-02-13 Frank Ch. Eigler <fche@redhat.com>
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / d_atn2.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double
6 d_atn2 (doublereal * x, doublereal * y)
7 {
8   return (atan2 (*x, *y));
9 }