changelog

来自「GNU Scientific Library,C语言开发的数值方面的函数库」· 代码 · 共 38 行

TXT
38
字号
2004-10-26  Brian Gough  <bjg@network-theory.co.uk>	* exppow.c: added exppow distribution2004-10-01  Brian Gough  <bjg@network-theory.co.uk>	* beta.c (gsl_cdf_beta_P, gsl_cdf_beta_P): return consistent	results for out of range values.2003-08-27  Brian Gough  <bjg@network-theory.co.uk>	* gauss.c: use parentheses around constant macros to avoid -(-X)	being interpreted as --X2003-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 + -
显示快捷键?