From b8cdc234c67d883b7e9d6e4caf4ba15972ac7788 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 29 Jul 2002 03:00:10 +0000 Subject: Add incomplet long double math support to libmingwex.a --- winsup/mingw/mingwex/math/sinhf.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 winsup/mingw/mingwex/math/sinhf.c (limited to 'winsup/mingw/mingwex/math/sinhf.c') diff --git a/winsup/mingw/mingwex/math/sinhf.c b/winsup/mingw/mingwex/math/sinhf.c new file mode 100644 index 000000000..3d6bcff41 --- /dev/null +++ b/winsup/mingw/mingwex/math/sinhf.c @@ -0,0 +1,3 @@ +#include +float sinhf (float x) + {return (float) sinh (x);} -- cgit v1.2.3