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

5 lines
86 B
C

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