OSDN Git Service

* pa.md: Fix typo from last change. Remove DFmode move to and from
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / r_atn2.c
1 #include "f2c.h"
2
3 #undef abs
4 #include <math.h>
5 double
6 r_atn2 (real * x, real * y)
7 {
8   return (atan2 (*x, *y));
9 }