function exact = p20_exact ( ) %*****************************************************************************80 % %% P20_EXACT returns the estimated integral for problem 20. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 04 November 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real EXACT, the estimated value of the integral. % exact = 1.5643964440690497731; return end