#*****************************************************************************80 # ## test_values_test() tests test_values(). # # Licensing: # # This code is distributed under the MIT license. # # Modified: # # 07 July 2026 # # Author: # # John Burkardt # cat ( date ( ), "\n" ) cat ( "\n" ) cat ( "test_values_test():\n" ) cat ( " ", version$version.string, "\n" ) cat ( " Test test_values().\n" ) source ( "/home/john/public_html/r_src/test_values_test/is_gaussian_prime_values_test.R" ) is_gaussian_prime_values_test ( ) source ( "/home/john/public_html/r_src/test_values_test/is_prime_values_test.R" ) is_prime_values_test ( ) # # Terminate. # cat ( "\n" ) cat ( "test_values_test():\n" ) cat ( " Normal end of execution.\n" ) cat ( date ( ), "\n" ) quit ( )