pkgsrc/math/gsl
adam f8ed52d2fc Changes 1.11:
* Upgraded to latest libtool, autoconf and automake (libtool-2.2,
  autoconf-2.61, automake-1.10.1)
* Fixed underflow in ODE adaptive step size controller that could
  cause step size to decrease to zero.
* Improved the handling of the asymptotic regime in gsl_sf_bessel_jl.
* Improved the handling of large arguments in cumulative distribution
  functions using the incomplete beta function, such as gsl_cdf_fdist_P.
* Fixed overflow bug in gsl_cdf_hypergeometric_{P,Q} for large
  arguments.
* gsl_ran_gaussian_ziggurat now handles generators with different
  ranges explicitly, to minimise the number of function calls
  required.
* Added missing error terms in gsl_sf_exp_mult_e10_e to prevent
  the error being underestimated.
* Updated some constants to the CODATA 2006 values.
* The hypergeometric function gsl_sf_hyperg_2F1 now handles the case
  where x==1.
* Fixed a bug in the brent minimiser which prevented optimal convergence.
* Added functions for evaluating complex polynomials
* The convergence condition for gsl_multiroots_test_delta now accepts
  dxi == 0.
* Improved functions gsl_ldexp and gsl_frexp to handle the full range
  of double precision numbers in all cases.
* Added new quasi random generators gsl_qrng_halton and
  gsl_qrng_reversehalton which support dimensions up to 1229.
* Added function gsl_multifit_linear_residuals for computing the
  residuals of the fit
2008-05-02 08:49:50 +00:00
..
patches Changes 1.11: 2008-05-02 08:49:50 +00:00
buildlink3.mk Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
DESCR
distinfo Changes 1.11: 2008-05-02 08:49:50 +00:00
hacks.mk
Makefile Changes 1.11: 2008-05-02 08:49:50 +00:00
PLIST Update to 1.9: 2007-02-26 08:05:15 +00:00