mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-03 23:43:41 +01:00
Replace use of math.h with openlibm.h
This commit is contained in:
parent
0e10872a99
commit
30852cae3b
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <openlibm.h>
|
||||||
|
|
||||||
double complex
|
double complex
|
||||||
cpow(double complex a, double complex z)
|
cpow(double complex a, double complex z)
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#include <math.h>
|
#include <openlibm.h>
|
||||||
|
|
||||||
float complex
|
float complex
|
||||||
cpowf(float complex a, float complex z)
|
cpowf(float complex a, float complex z)
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#include <math.h>
|
#include <openlibm.h>
|
||||||
|
|
||||||
long double complex
|
long double complex
|
||||||
cpowl(long double complex a, long double complex z)
|
cpowl(long double complex a, long double complex z)
|
||||||
|
|
Loading…
Reference in a new issue