OSDN Git Service

r288@cf-ppc-macosx: monabuilder | 2008-12-07 13:17:34 +0900
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libm / machine / spu / w_atan2.c
1 #include <math.h>
2 #include "headers/atan2.h"
3
4 double atan2(double y, double x)
5 {
6   return _atan2(y, x);
7 }