mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Replace math.h with openlibm.h in the new complex math functions.
This commit is contained in:
parent
9b7fb281fa
commit
b7da33c990
37 changed files with 37 additions and 37 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double
|
||||
cabs(double complex z)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float
|
||||
cabsf(float complex z)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double
|
||||
cabsl(long double complex z)
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double complex
|
||||
cacos(double complex z)
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float complex
|
||||
cacosf(float complex z)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double complex
|
||||
cacosh(double complex z)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float complex
|
||||
cacoshf(float complex z)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
cacoshl(long double complex z)
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
static const long double PIO2L = 1.570796326794896619231321691639751442098585L;
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double complex
|
||||
casin(double complex z)
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float complex
|
||||
casinf(float complex z)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double complex
|
||||
casinh(double complex z)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float complex
|
||||
casinhf(float complex z)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
casinhl(long double complex z)
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
#if LDBL_MANT_DIG == 64
|
||||
static const long double MACHEPL= 5.42101086242752217003726400434970855712890625E-20L;
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
#define MAXNUM 1.0e308
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
#define MAXNUMF 1.0e38F
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double complex
|
||||
catanh(double complex z)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float complex
|
||||
catanhf(float complex z)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
catanhl(long double complex z)
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
static const long double PIL = 3.141592653589793238462643383279502884197169L;
|
||||
static const long double DP1 = 3.14159265358979323829596852490908531763125L;
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
/* calculate cosh and sinh */
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
/* calculate cosh and sinh */
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
ccoshl(long double complex z)
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
static void
|
||||
cchshl(long double x, long double *c, long double *s)
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
cexpl(long double complex z)
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
double complex
|
||||
clog(double complex z)
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
float complex
|
||||
clogf(float complex z)
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
clogl(long double complex z)
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
/* calculate cosh and sinh */
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
/* calculate cosh and sinh */
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
csinhl(long double complex z)
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
static void
|
||||
cchshl(long double x, long double *c, long double *s)
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
#define MACHEP 1.1e-16
|
||||
#define MAXNUM 1.0e308
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
#define MACHEPF 3.0e-8
|
||||
#define MAXNUMF 1.0e38f
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
long double complex
|
||||
ctanhl(long double complex z)
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include "openlibm.h"
|
||||
|
||||
#if LDBL_MANT_DIG == 64
|
||||
static const long double MACHEPL= 5.42101086242752217003726400434970855712890625E-20L;
|
||||
|
|
Loading…
Reference in a new issue