File: error.h

package info (click to toggle)
gsl-doc 2.3-1
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 27,748 kB
  • ctags: 15,177
  • sloc: ansic: 235,014; sh: 11,585; makefile: 925
file content (4 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (27)
1
2
3
4
/* CDF_ERROR: call the error handler, and return a NAN. */

#define CDF_ERROR(reason, gsl_errno) GSL_ERROR_VAL(reason, gsl_errno, GSL_NAN)