function exact = p56_exact ( ) %*****************************************************************************80 % %% P56_EXACT returns the estimated integral for problem 56. % % 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.9922524079504000171; return end