Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagelib
Path: blob/master/sage/gsl/gsl_dawson.pxi
4125 views
cdef extern from "gsl/gsl_sf_dawson.h":

  double  gsl_sf_dawson(double x)

  int  gsl_sf_dawson_e(double x, gsl_sf_result * result)