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

5 lines
84 B
C

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