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

📄 specfunc-transport.texi

📁 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!
💻 TEXI
字号:
@cindex Transport functionsThe transport functions @math{J(n,x)} are defined by the integral representations@c{$J(n,x) := \int_0^x dt \, t^n e^t /(e^t - 1)^2$}@math{J(n,x) := \int_0^x dt t^n e^t /(e^t - 1)^2}.They are declared in the header file @file{gsl_sf_transport.h}.@deftypefun double gsl_sf_transport_2 (double @var{x})@deftypefunx int gsl_sf_transport_2_e (double @var{x}, gsl_sf_result * @var{result})These routines compute the transport function @math{J(2,x)}.@comment Exceptional Return Values: GSL_EDOM@end deftypefun@deftypefun double gsl_sf_transport_3 (double @var{x})@deftypefunx int gsl_sf_transport_3_e (double @var{x}, gsl_sf_result * @var{result})These routines compute the transport function @math{J(3,x)}.@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW@end deftypefun@deftypefun double gsl_sf_transport_4 (double @var{x})@deftypefunx int gsl_sf_transport_4_e (double @var{x}, gsl_sf_result * @var{result})These routines compute the transport function @math{J(4,x)}.@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW@end deftypefun@deftypefun double gsl_sf_transport_5 (double @var{x})@deftypefunx int gsl_sf_transport_5_e (double @var{x}, gsl_sf_result * @var{result})These routines compute the transport function @math{J(5,x)}.@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW@end deftypefun

⌨️ 快捷键说明

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