remove libm.h includes when math.h and float.h are enough
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
#include "libm.h"
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
|
||||
long double fdiml(long double x, long double y)
|
||||
|
||||
Reference in New Issue
Block a user