function exact = p03_exact ( ) %*****************************************************************************80 % %% P03_EXACT returns the exact integral for problem 3. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 04 November 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real EXACT, the value of the integral. % exact = 2.0 / 3.0; return end