[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Problem with gsl_cdf_gaussian_X
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] Problem with gsl_cdf_gaussian_X |
Date: |
Thu, 20 Jan 2005 10:39:45 +0000 |
Frédéric Schoenahl writes:
> ----8<------------------------------------------------
> #include <gsl/gsl_randist.h>
> int main(int argc, char *argv[]) {
> double i = -10.; while(i<10.) {
> printf("%f %f\n", i, gsl_cdf_gaussian_P(i, 2.)); i+=0.1;
> } return 1;
> } ----8<------------------------------------------------
> Do you have the same problem? Thanks for your time,
Fred,
I think you could benefit from my tutorial book on GCC:
"An Introduction to GCC" - http://www.network-theory.co.uk/gcc/intro/
The solution to your problem can be found in the first example :-)
All the money raised from the sale of the book supports the
development of free software and documentation (including GSL).
--
best regards
Brian Gough
(GSL Maintainer)
Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/