function toms179_test ( ) %*****************************************************************************80 % %% TOMS179_TEST tests TOMS179. % % Modified: % % 30 January 2008 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'TOMS179_TEST\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the TOMS179 library.\n' ); toms179_test01 ( ); toms179_test02 ( ); % % Terminate. % fprintf ( 1, '\n' ); fprintf ( 1, 'TOMS179_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end