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