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

5 lines
84 B
C

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