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