function exact = p48_exact ( ) %*****************************************************************************80 % %% P48_EXACT returns the exact integral for problem 48. % % 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 = -4.0; return end