gsl_cdf__error.h 140 B

12345
  1. /* CDF_ERROR: call the error handler, and return a NAN. */
  2. #define CDF_ERROR(reason, gsl_errno) GSL_ERROR_VAL(reason, gsl_errno, GSL_NAN)