function start_num = p02_start_num ( ) %*****************************************************************************80 % %% P02_START_NUM returns the number of starting points for problem 2. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 08 May 2011 % % Author: % % John Burkardt % % Parameters: % % Output, integer START_NUM, the number of starting points. % start_num = 4; return end