specfunc-dawson.texi

来自「该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学」· TEXI 代码 · 共 13 行

TEXI
13
字号
@cindex Dawson functionThe 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 + -
显示快捷键?