changelog

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

TXT
24
字号
2003-07-27  Brian Gough  <bjg@network-theory.co.uk>	* gumbel1.c (gsl_cdf_gumbel1_Q): use pow in place of exp since	compilers seem to handle overflow better in this case (perhaps	because it is not an intrinsic function).	* gumbel2.c (gsl_cdf_gumbel2_P): handle case of x = 0 explicitly	(gsl_cdf_gumbel2_Q): handle case of x = 0 explicitly2003-07-22  Brian Gough  <bjg@network-theory.co.uk>	* gamma.c (gsl_cdf_gamma_P): Peizer and Pratt approximation for	large a seems to be inaccurate in tails	(gsl_cdf_gamma_Q): Peizer and Pratt approximation for large a	seems to be inaccurate in tails	* test.c (main): added test for large a for gamma	* cauchyinv.c (gsl_cdf_cauchy_Qinv): corrected limiting value for	Q=1	* added Cumulative Distribution functions from savannah.gnu.org

⌨️ 快捷键说明

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