remove libm.h includes when math.h and float.h are enough

This commit is contained in:
nsz
2012-03-13 19:51:14 +01:00
parent df8b3e5aef
commit 9560b6b152
31 changed files with 47 additions and 30 deletions

View File

@ -1,5 +1,6 @@
#include <limits.h>
#include "libm.h"
#include <math.h>
#include <float.h>
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
long double scalblnl(long double x, long n)