This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
All,
I was just wondering what means
double gsl_cdf_ugaussian_Pinv (const double P)
Correct me if I am wrong but it seems the const word is not required in this case and we cannot change the value of P.
double gsl_cdf_ugaussian_Pinv (const double P){
...
}-- JDL
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |