function [ a, b] = p10_ab ( ) %*****************************************************************************80 % %% P10_AB returns the integration limits for problem 10. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 09 January 2009 % % Author: % % John Burkardt % % Parameters: % % Output, real A, B, the integration limits. % a = 0.0; b = 1.0; return end