poly8_eval Function

public function poly8_eval(pc, x)

Returns polynomial of degree 8, with coefficients pc(0:8), evaluated at x.

Arguments

Type IntentOptional Attributes Name
real(kind=GP), intent(in), dimension(0:8) :: pc

polynomial coefficients

real(kind=GP), intent(in) :: x

input variable

Return Value real(kind=gp)


Contents