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

5 lines
84 B
C

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