10 July 2025 10:51:39 AM gaussian_test(): C++ version gaussian() evaluates a Gaussian function, its antiderivative, or derivatives of any order. gaussian_antideriv_test(): Compute gaussian_antideriv(mu=0,sigma=1;x). Created graphics data file 'gaussian_antideriv_data.txt' Created command file 'gaussian_antideriv_commands.txt' gaussian_n_test(): gaussian(n,mu,sigma;x) evaluates the nth derivative. Created graphics data file 'gaussian_deriv_0_data.txt' Created command file 'gaussian_deriv_0_commands.txt' Created graphics data file 'gaussian_deriv_1_data.txt' Created command file 'gaussian_deriv_1_commands.txt' Created graphics data file 'gaussian_deriv_2_data.txt' Created command file 'gaussian_deriv_2_commands.txt' Created graphics data file 'gaussian_deriv_3_data.txt' Created command file 'gaussian_deriv_3_commands.txt' Created graphics data file 'gaussian_deriv_4_data.txt' Created command file 'gaussian_deriv_4_commands.txt' Created graphics data file 'gaussian_deriv_5_data.txt' Created command file 'gaussian_deriv_5_commands.txt' gaussian_sigma_test(): Compute gaussian(n,mu,sigma;x) for various values of mu. Created graphics data file 'gaussian_mu_data.txt' Created command file 'gaussian_mu_commands.txt' gaussian_sigma_test(): Compute gaussian(n,mu,sigma,x) for various values of sigma. Created graphics data file 'gaussian_sigma_data.txt' Created command file 'gaussian_sigma_commands.txt' gaussian_test() Normal end of execution. 10 July 2025 10:51:39 AM