specfunc-elljac.texi
来自「该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学」· TEXI 代码 · 共 14 行
TEXI
14 行
@cindex Jacobi elliptic functions@cindex elliptic functions (Jacobi)The Jacobian Elliptic functions are defined in Abramowitz & Stegun,Chapter 16. The functions are declared in the header file@file{gsl_sf_elljac.h}.@deftypefun int gsl_sf_elljac_e (double @var{u}, double @var{m}, double * @var{sn}, double * @var{cn}, double * @var{dn})This function computes the Jacobian elliptic functions @math{sn(u|m)},@math{cn(u|m)}, @math{dn(u|m)} by descending Landentransformations.@comment Exceptional Return Values: GSL_EDOM@end deftypefun
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?