20#ifndef CCGSL_SF_DAWSON_HPP
21#define CCGSL_SF_DAWSON_HPP
23#include<gsl/gsl_sf_dawson.h>
47 inline double dawson(
double x ){
return gsl_sf_dawson( x ); }
int dawson_e(double x, result &result)
C++ version of gsl_sf_dawson_e().
double dawson(double x)
C++ version of gsl_sf_dawson().
gsl_sf_result result
Typedef for gsl_sf_result.
The gsl package creates an interface to the GNU Scientific Library for C++.