function alpha = p06_alpha ( ) %*****************************************************************************80 % %% P06_ALPHA returns ALPHA for problem 6. % % 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