function title = p38_title ( ) %*****************************************************************************80 % %% P38_TITLE returns a title for problem 38. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 11 January 2001 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The Bohachevsky Function #1'; return end