function alpha = p07_alpha ( ) %*****************************************************************************80 % %% P07_ALPHA returns ALPHA for problem 7. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 28 July 2007 % % Author: % % John Burkardt % % Parameters: % % Output, real ALPHA, the value of ALPHA. % alpha = 2.0; return end