summaryrefslogtreecommitdiff
path: root/gsl-1.9/cheb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/cheb/ChangeLog')
-rw-r--r--gsl-1.9/cheb/ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/gsl-1.9/cheb/ChangeLog b/gsl-1.9/cheb/ChangeLog
new file mode 100644
index 0000000..7465d7e
--- /dev/null
+++ b/gsl-1.9/cheb/ChangeLog
@@ -0,0 +1,54 @@
+2007-01-29 Brian Gough <bjg@network-theory.co.uk>
+
+ * eval.c (gsl_cheb_eval_mode_e): compute error consistently with
+ other routines
+
+2004-12-29 Brian Gough <bjg@network-theory.co.uk>
+
+ * gsl_chebyshev.h: added const to declaration of
+ gsl_cheb_eval_mode to match definition
+
+2004-12-24 Brian Gough <bjg@network-theory.co.uk>
+
+ * eval.c (gsl_cheb_eval_n_err): use eval_order instead of
+ cs->order for error estimate
+
+2004-12-23 Brian Gough <bjg@network-theory.co.uk>
+
+ * eval.c (gsl_cheb_eval_mode): added missing function
+
+2004-08-27 Brian Gough <bjg@network-theory.co.uk>
+
+ * test.c (main): make the hard-coded tolerances a variable, ftol
+
+2003-06-09 Brian Gough <bjg@network-theory.co.uk>
+
+ * test.c (main): added some tests for the coefficients
+
+2003-02-09 Brian Gough <bjg@network-theory.co.uk>
+
+ * gsl_chebyshev.h: added missing #include for gsl_math (to declare
+ gsl_function) fixes Debian Bug#179665
+
+Fri May 24 19:23:47 2002 Brian Gough <bjg@network-theory.co.uk>
+
+ * init.c (gsl_cheb_free): added missing free() for cs->f
+
+Fri Aug 24 19:18:23 2001 Brian Gough <bjg@network-theory.co.uk>
+
+ * test.c (main): renamed fsin to f_sin to avoid conflicts with
+ irix math libs.
+
+Sun May 6 09:49:28 2001 Brian Gough <bjg@network-theory.co.uk>
+
+ * eval.c (gsl_cheb_eval_err): take roundoff into account when
+ computing evaluation error (important when result is near zero).
+ (gsl_cheb_eval_n_err): ditto
+
+Tue Apr 24 17:08:29 2001 Brian Gough <bjg@network-theory.co.uk>
+
+ * made deriv/integ functions thread safe
+
+ * split out from specfunc directory
+
+