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

5 lines
86 B
C

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