| 25 |
|
#include "standard.h" |
| 26 |
|
#include "view.h" |
| 27 |
|
|
| 28 |
– |
extern double erfc(); |
| 28 |
|
|
| 29 |
|
double posindex(); |
| 30 |
|
|
| 127 |
|
} |
| 128 |
|
|
| 129 |
|
|
| 130 |
+ |
int |
| 131 |
|
headline(s) /* get line from header */ |
| 132 |
|
char *s; |
| 133 |
|
{ |
| 141 |
|
formatval(fmt, s); |
| 142 |
|
wrongformat = strcmp(fmt, "ascii"); |
| 143 |
|
} |
| 144 |
+ |
return(0); |
| 145 |
|
} |
| 146 |
|
|
| 147 |
|
|
| 408 |
|
} |
| 409 |
|
|
| 410 |
|
|
| 410 |
– |
extern double erf(), erfc(); |
| 411 |
– |
|
| 411 |
|
#ifndef M_SQRT2 |
| 412 |
|
#define M_SQRT2 1.41421356237309504880 |
| 413 |
|
#endif |
| 419 |
|
guth_vcp(gd) /* compute Guth visual comfort probability */ |
| 420 |
|
struct glare_dir *gd; |
| 421 |
|
{ |
| 422 |
+ |
extern double erfc(); |
| 423 |
|
double dgr; |
| 424 |
|
|
| 425 |
|
dgr = guth_dgr(gd); |