function exact = p26_exact ( ) %*****************************************************************************80 % %% P26_EXACT returns the exact integral for problem 26. % % 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 = 7.9549265210128452745; return end