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