* gcj.texi (Compatibility): Add Limitations and Extensions section.
[official-gcc.git] / libf2c / libF77 / r_atn2.c
blob076d8743b1e60f426a334461ca5d6a2e5d7527c2
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_atn2 (real * x, real * y)
8 return (atan2 (*x, *y));