specfunc-dawson.texi
来自「用于VC.net的gsl的lib库文件包」· TEXI 代码 · 共 13 行
TEXI
13 行
@cindex Dawson function
The Dawson integral is defined by @math{\exp(-x^2) \int_0^x dt
\exp(t^2)}. A table of Dawson's integral can be found in Abramowitz &
Stegun, Table 7.5. The Dawson functions are declared in the header file
@file{gsl_sf_dawson.h}.
@deftypefun double gsl_sf_dawson (double @var{x})
@deftypefunx int gsl_sf_dawson_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the value of Dawson's integral for @var{x}.
@comment Exceptional Return Values: GSL_EUNDRFLW
@end deftypefun
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?