function value = r8lib_test116_f ( x ) %*****************************************************************************80 % %% R8LIB_TEST116_F evaluates the function used in TEST116. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 19 April 2009 % % Author: % % John Burkardt % value = exp ( x ); return end