declared errno
This commit is contained in:
parent
21b0f7b626
commit
dd864f5541
@ -10,6 +10,8 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
extern int errno;
|
||||||
|
|
||||||
static double
|
static double
|
||||||
smallpos_gamma(x)
|
smallpos_gamma(x)
|
||||||
double x;
|
double x;
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
extern int errno;
|
||||||
|
|
||||||
static double
|
static double
|
||||||
P0(x)
|
P0(x)
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
extern int errno;
|
||||||
|
|
||||||
static double
|
static double
|
||||||
P1(x)
|
P1(x)
|
||||||
|
|||||||
@ -10,6 +10,8 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
extern int errno;
|
||||||
|
|
||||||
double
|
double
|
||||||
yn(n, x)
|
yn(n, x)
|
||||||
double x;
|
double x;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user