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

5 lines
86 B
C

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