function fixed_num = p13_fixed_num ( ) %*****************************************************************************80 % %% P13_FIXED_NUM returns the number of fixed points in problem 13. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Parameters: % % Output, integer FIXED_NUM, the number of fixed points. % fixed_num = 8; return end