function title = p09_title ( ) %*****************************************************************************80 % %% P09_TITLE returns the title for problem 9. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 28 July 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'Gamma(Z=5) function'; return end