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