function exact = p09_e ( ) %*****************************************************************************80 % %% P09_E returns the exact value of the integral for problem 09. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 09 January 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real EXACT, the exact value of the integral. % exact = - 4.0 / 9.0; return end