function root_num = p01_root_num ( ) %*****************************************************************************80 % %% P01_ROOT_NUM returns the number of known roots for problem 1. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 06 May 2011 % % Author: % % John Burkardt % % Parameters: % % Output, integer ROOT_NUM, the number of known roots. % root_num = 3; return end