Returns polynomial of degree 8, with coefficients pc(0:8), evaluated at x.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=GP), | intent(in), | dimension(0:8) | :: | pc |
polynomial coefficients |
|
| real(kind=GP), | intent(in) | :: | x |
input variable |