amiga-libnix2/sources/math/trans/atan.c

5 lines
86 B
C

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