Add incomplet long double math support to libmingwex.a
This commit is contained in:
4
winsup/mingw/mingwex/math/hypotf.c
Normal file
4
winsup/mingw/mingwex/math/hypotf.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <math.h>
|
||||
|
||||
float hypotf (float x, float y)
|
||||
{ return (float) _hypot (x, y);}
|
Reference in New Issue
Block a user