Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / complex / ChangeLog
1 2007-09-14  Brian Gough  <bjg@network-theory.co.uk>
2
3         * test.c: add a margin of safety on tests for released versions,
4         as in special functions
5
6 2007-08-30  Brian Gough  <bjg@network-theory.co.uk>
7
8         * Makefile.am (test_SOURCES): added missing file results2.h
9
10 2007-08-30  Brian Gough  <bjg@network-theory.co.uk>
11
12         * Makefile.am (test_SOURCES): added missing file results2.h
13
14 2007-08-15  Brian Gough  <bjg@network-theory.co.uk>
15
16         * math.c (gsl_complex_pow): handle (0,0)^(0,0) (x,y)^(1,0)
17         and (x,y)^(-1,0) as special cases
18
19 2003-01-25  Brian Gough  <brian.gough@network-theory.co.uk>
20
21         * math.c (gsl_complex_arccsc_real): fixed bug for incorrect sign
22         of imaginary part when -1<a<0
23
24 Wed Dec 11 13:17:21 2002  Brian Gough  <brian.gough@network-theory.co.uk>
25
26         * math.c (gsl_complex_arg): enforce special case arg(0,0) = 0.0
27
28 Mon Sep 10 22:57:27 2001  Brian Gough  <bjg@network-theory.co.uk>
29
30         * math.c (gsl_complex_div_real gsl_complex_div_real): added
31         missing functions div_real and div_imag
32
33 Mon Aug 27 18:58:41 2001  Brian Gough  <bjg@network-theory.co.uk>
34
35         * test.el: trim the tests down to a more reasonable size
36
37 Thu Aug  9 15:48:48 2001  Brian Gough  <bjg@network-theory.co.uk>
38
39         * math.c (gsl_complex_tanh): improve accuracy for large R
40
41 Fri Jul 27 23:29:10 2001  Brian Gough  <bjg@network-theory.co.uk>
42
43         * math.c (gsl_complex_cos): avoid returning negative zero for the
44         imaginary part when the argument is purely real
45
46 Wed Mar 21 14:40:34 2001  Brian Gough  <bjg@network-theory.co.uk>
47
48         * gsl_complex.h (GSL_COMPLEX_P): added macro to point to beginning
49         of complex array within the struct
50
51 Mon Dec  4 12:29:12 2000  Brian Gough  <bjg@network-theory.co.uk>
52
53         * math.c (gsl_complex_rect): changed the function gsl_complex_xy
54         to gsl_complex_rect, since this is more meaningful
55
56 Sun Oct 22 13:55:09 2000  Brian Gough  <bjg@network-theory.co.uk>
57
58         * math.c: changed calls to gsl_hypot() to hypot() so that the
59         system function is used in preference (the configure script will
60         define hypot to gsl_hypot if hypot is unavailable), similar change
61         for functions log1p and gsl_log1p also
62
63 Wed Mar 15 11:17:21 2000  Brian Gough  <bjg@network-theory.co.uk>
64
65         * gsl_complex.h: moved into complex/ subdirectory from top-level
66