summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/math/coshf.c
blob: 4e44f08113247497720d5fc743fefb9f2626082f (plain)
1
2
3
#include <math.h>
float coshf (float x)
  {return (float) cosh (x);}