2014-01-05 20:02:29 +01:00

5 lines
86 B
C

#include <proto/mathieeedoubtrans.h>
double atan(double x)
{ return IEEEDPAtan(x); }