mod to remove declarations in math.h

This commit is contained in:
ceriel 1988-07-25 11:40:57 +00:00
parent 50d857e9f3
commit c9f8962fc8
10 changed files with 11 additions and 5 deletions

View file

@ -7,6 +7,7 @@
/* $Header$ */
#define __NO_DEFS
#include <math.h>
double

View file

@ -7,6 +7,7 @@
/* $Header$ */
#define __NO_DEFS
#include <math.h>
static double

View file

@ -7,6 +7,7 @@
/* $Header$ */
#define __NO_DEFS
#include <math.h>
double

View file

@ -7,6 +7,7 @@
/* $Header$ */
#define __NO_DEFS
#include <math.h>
static double

View file

@ -7,6 +7,7 @@
/* $Header$ */
#define __NO_DEFS
#include <math.h>
#define NITER 5

View file

@ -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;

View file

@ -6,7 +6,7 @@
*/
/* $Header$ */
#define __NO_DEFS
#include <math.h>
#include <pc_err.h>
extern _trp();

View file

@ -6,7 +6,7 @@
*/
/* $Header$ */
#define __NO_DEFS
#include <math.h>
#include <pc_err.h>
extern _trp();

View file

@ -7,6 +7,7 @@
/* $Header$ */
#define __NO_DEFS
#include <math.h>
static double

View file

@ -6,7 +6,7 @@
*/
/* $Header$ */
#define __NO_DEFS
#include <math.h>
#include <pc_err.h>
extern _trp();