Replace use of math.h with openlibm.h

This commit is contained in:
Viral B. Shah 2013-07-18 19:55:51 +05:30
parent 0e10872a99
commit 30852cae3b
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
#include <complex.h>
#include <float.h>
#include <math.h>
#include <openlibm.h>
double complex
cpow(double complex a, double complex z)

View File

@ -45,7 +45,7 @@
*/
#include <complex.h>
#include <math.h>
#include <openlibm.h>
float complex
cpowf(float complex a, float complex z)

View File

@ -46,7 +46,7 @@
*/
#include <complex.h>
#include <math.h>
#include <openlibm.h>
long double complex
cpowl(long double complex a, long double complex z)