#include <math.h>
Go to the source code of this file.
|
| static double | p1evl (double x, const double coef[], int N) |
| |
| static double | polevl (double x, const double coef[], int N) |
| |
| static double | ratevl (double x, const double num[], int M, const double denom[], int N) |
| |
◆ p1evl()
| static double p1evl |
( |
double |
x, |
|
|
const double |
coef[], |
|
|
int |
N |
|
) |
| |
|
inlinestatic |
◆ polevl()
| static double polevl |
( |
double |
x, |
|
|
const double |
coef[], |
|
|
int |
N |
|
) |
| |
|
inlinestatic |
◆ ratevl()
| static double ratevl |
( |
double |
x, |
|
|
const double |
num[], |
|
|
int |
M, |
|
|
const double |
denom[], |
|
|
int |
N |
|
) |
| |
|
inlinestatic |