mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +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 <float.h>
|
||||
#include <math.h>
|
||||
#include <openlibm.h>
|
||||
|
||||
double complex
|
||||
cpow(double complex a, double complex z)
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include <openlibm.h>
|
||||
|
||||
float complex
|
||||
cpowf(float complex a, float complex z)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue