specfunc-clausen.texi
来自「This library is distributed in the hope 」· TEXI 代码 · 共 29 行
TEXI
29 行
@cindex Clausen functionsThe Clausen function is defined by the following integral,@tex\beforedisplay$$Cl_2(x) = - \int_0^x dt \log(2 \sin(t/2))$$\afterdisplay@end tex@ifinfo@exampleCl_2(x) = - \int_0^x dt \log(2 \sin(t/2))@end example@end ifinfo@noindentIt is related to the dilogarithm by @c{$Cl_2(\theta) = \Im(Li_2(e^{i\theta}))$}@math{Cl_2(\theta) = \Im Li_2(\exp(i\theta))}. The Clausen functions are declared in the header file@file{gsl_sf_clausen.h}.@deftypefun double gsl_sf_clausen (double @var{x})@deftypefunx int gsl_sf_clausen_e (double @var{x}, gsl_sf_result * @var{result})These routines compute the Clausen integral @math{Cl_2(x)}.@end deftypefun
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?