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

5 lines
84 B
C

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