function value = pp ( x ) %% PP returns the value of the coefficient function P(X). % % Modified: % % 09 November 2006 % % Author: % % MATLAB version by John Burkardt % % Parameters: % % Input, real X, the evaluation point. % % Output, real VALUE, the value of P(X). % value = 1.0;