specfunc-synchrotron.texi
来自「用于VC.net的gsl的lib库文件包」· TEXI 代码 · 共 25 行
TEXI
25 行
@cindex Synchrotron functions
The functions described in this section are declared in the header file
@file{gsl_sf_synchrotron.h}.
@deftypefun double gsl_sf_synchrotron_1 (double @var{x})
@deftypefunx int gsl_sf_synchrotron_1_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the first synchrotron function
@c{$x \int_x^\infty dt K_{5/3}(t)$}
@math{x \int_x^\infty dt K_@{5/3@}(t)} for @c{$x \ge 0$}
@math{x >= 0}.
@comment Domain: x >= 0.0
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun
@deftypefun double gsl_sf_synchrotron_2 (double @var{x})
@deftypefunx int gsl_sf_synchrotron_2_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the second synchrotron function
@c{$x K_{2/3}(x)$}
@math{x K_@{2/3@}(x)} for @c{$x \ge 0$}
@math{x >= 0}.
@comment Domain: x >= 0.0
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?