specfunc-dilog.texi

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

TEXI
34
字号
@cindex dilogarithmThe functions described in this section are declared in the header file@file{gsl_sf_dilog.h}.@menu* Real Argument::               * Complex Argument::            @end menu@node Real Argument@subsection Real Argument@deftypefun double gsl_sf_dilog (double @var{x})@deftypefunx int gsl_sf_dilog_e (double @var{x}, gsl_sf_result * @var{result})These routines compute the dilogarithm for a real argument. In Lewin'snotation this is @math{Li_2(x)}, the real part of the dilogarithm of areal @math{x}.  It is defined by the integral representation@math{Li_2(x) = - \Re \int_0^x ds \log(1-s) / s}.  Note that @math{\Im(Li_2(x)) = 0} for @c{$x \le 1$} @math{x <= 1}, and @math{-\pi\log(x)} for @math{x > 1}.@end deftypefun@node Complex Argument@subsection Complex Argument@deftypefun int gsl_sf_complex_dilog_e (double @var{r}, double @var{theta}, gsl_sf_result * @var{result_re}, gsl_sf_result * @var{result_im})This function computes the full complex-valued dilogarithm for thecomplex argument @math{z = r \exp(i \theta)}. The real and imaginaryparts of the result are returned in @var{result_re}, @var{result_im}.@end deftypefun

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?