⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 specfunc-lambert.texi

📁 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!
💻 TEXI
字号:
@cindex W function@cindex Lambert functionLambert's W functions, @math{W(x)}, are defined to be solutionsof the equation @math{W(x) \exp(W(x)) = x}. This function hasmultiple branches for @math{x < 0}; however, it has onlytwo real-valued branches. We define @math{W_0(x)} to be theprincipal branch, where @math{W > -1} for @math{x < 0}, and @c{$W_{-1}(x)$}@math{W_@{-1@}(x)} to be the other real branch, where@math{W < -1} for @math{x < 0}.  The Lambert functions aredeclared in the header file @file{gsl_sf_lambert.h}.@deftypefun double gsl_sf_lambert_W0 (double @var{x})@deftypefunx int gsl_sf_lambert_W0_e (double @var{x}, gsl_sf_result * @var{result})These compute the principal branch of the Lambert W function, @math{W_0(x)}.@comment exceptions: GSL_EDOM, GSL_EMAXITER@end deftypefun@deftypefun double gsl_sf_lambert_Wm1 (double @var{x})@deftypefunx int gsl_sf_lambert_Wm1_e (double @var{x}, gsl_sf_result * @var{result})These compute the secondary real-valued branch of the Lambert W function, @c{$W_{-1}(x)$}@math{W_@{-1@}(x)}.@comment exceptions: GSL_EDOM, GSL_EMAXITER@end deftypefun

⌨️ 快捷键说明

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