function alpha = p14_alpha ( ) %*****************************************************************************80 % %% P14_ALPHA returns ALPHA for problem 14. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 July 2007 % % Author: % % John Burkardt % % Parameters: % % Output, real ALPHA, the value of ALPHA. % alpha = 0.0; return end