function title = p19_title ( ) %*****************************************************************************80 % %% P19_TITLE returns a title for problem 19. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 17 March 2000 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The Leon cubic valley function'; return end