[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gsl] Error in The statistical Documentation Part (ADDENDUM)
From: |
Gabriele Colosimo |
Subject: |
[Bug-gsl] Error in The statistical Documentation Part (ADDENDUM) |
Date: |
Thu, 29 Apr 2010 12:46:59 +0200 |
Dear GSL staff,
Sorry this is again me (Gabriele Colosimo)
In the documentation relative to the program I mentioned in my previous mail
there is another little bug.
When declaring the include files necessary to run the example programs the
Documentation says:
"
#include <stdio.h>
#include <gsl/gsl_statistics.h>
"
While the correct files should be:
#include <stdio.h>
#include <gsl/gsl_statistics_double.h>
Since we are using the floating-point type of data!
Thanks again and sorry for burdening.
Best regards
Gabriele Colosimo
- [Bug-gsl] Error in The statistical Documentation Part (ADDENDUM),
Gabriele Colosimo <=