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