function x = p10_start ( ) %*****************************************************************************80 % %% P10_START returns a starting point for optimization for problem 10. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 09 February 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real X, a starting point for the optimization. % x = 0.5; return end