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

5 lines
86 B
C

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