Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / complex / TODO
1 * Complex polynomial solvers (Got Newton-Mueller from
2 jotahtin@cc.hut.fi, still to add (BJG)).
3
4 * The asymptotic behavior of the secondary functions (sec, csc, cot,
5 etc) can overflow because of expressions like cosh(x) / D , where D =
6 cosh^2 which is computed prior to the division.  This should by
7 special casing "small" vs "large" arguments as has been done for the
8 sin,cos,tan versions.
9
10 * Perhaps there is something useful in LCY65 L. A. Lyusternik,
11 O. A. Chervonenkis, and A. R. Yanpol'skii, Handbook for computing
12 elementary functions, International Series of Monographs in Pure and
13 Applied Mathematics, vol. 76, Pergamon Press, Oxford, 1965.
14
15
16