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

5 lines
86 B
C

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