mod to remove declarations in math.h
This commit is contained in:
parent
50d857e9f3
commit
c9f8962fc8
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
double
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
static double
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
double
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
static double
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
#define NITER 5
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
double
|
||||
|
@ -91,7 +91,7 @@ _atn(x)
|
|||
while (x > pr->X) pr++;
|
||||
if (pr != prec) {
|
||||
x = pr->arctan +
|
||||
atan(pr->one_o_x - pr->one_o_xsq_p_1/(pr->one_o_x + x));
|
||||
_atn(pr->one_o_x - pr->one_o_xsq_p_1/(pr->one_o_x + x));
|
||||
}
|
||||
else {
|
||||
double xsq = x*x;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
#include <pc_err.h>
|
||||
extern _trp();
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
#include <pc_err.h>
|
||||
extern _trp();
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
|
||||
static double
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
#define __NO_DEFS
|
||||
#include <math.h>
|
||||
#include <pc_err.h>
|
||||
extern _trp();
|
||||
|
|
Loading…
Reference in a new issue