From 2a5541f3373f4f43688e6db8bb7d5820c6c31ccc Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Tue, 20 May 2008 13:36:02 -0400 Subject: [PATCH] Modifying the documentation to make it look better. --- CDF.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDF.i b/CDF.i index 49bd1af..6f833bd 100644 --- a/CDF.i +++ b/CDF.i @@ -51,6 +51,7 @@ These functions compute the cumulative distribution functions P(x), Q(x) and the use Math::GSL::CDF qw / put_functions_here/; =head1 DESCRIPTION + Here is a list of all the functions included in this module : gsl_cdf_ugaussian_P gsl_cdf_ugaussian_Q gsl_cdf_ugaussian_Pinv gsl_cdf_ugaussian_Qinv gsl_cdf_gaussian_P gsl_cdf_gaussian_Q @@ -120,7 +121,6 @@ Tip : search on google: site:http://www.gnu.org/software/gsl/manual/html_node/ n example using tag: use Math::GSL::CDF qw /:beta/; - print gsl_cdf_beta_P(1,2,3) . "\n"; -- 2.11.4.GIT