function root_num = p17_root_num ( ) %*****************************************************************************80 % %% P17_ROOT_NUM returns the number of known roots for problem 17. % % 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 = 1; return end