function data_num = p05_data_num ( ) %*****************************************************************************80 % %% P05_DATA_NUM returns the number of data points for problem p05. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 01 August 2011 % % Author: % % John Burkardt % % Parameters: % % Output, integer DATA_NUM, the number of data points. % data_num = 9; return end