[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl]complex_csc_real bug?
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl]complex_csc_real bug? |
Date: |
Sat, 25 Jan 2003 22:03:27 +0000 |
G.W.M. Vissers writes:
> I think I've found a minor bug in the complex_arccsc_real
> function. For arguments -1.0 < a < 0, GSL 1.3 returns
> GSL_SET_COMPLEX (&z, -M_PI_2, -acosh (-1 / a));
> I guess that should be
> GSL_SET_COMPLEX (&z, -M_PI_2, acosh (-1 / a));
> i.e. the minus sign on the imaginary part should be removed.
> Cheers, Gé
Thanks for the bug report. Now fixed in CVS.
--
Brian Gough
----------------------------------------------------------------------
Network Theory Ltd Phone: 0117 3179309 (+44 117 3179309)
15 Royal Park WWW: http://www.network-theory.co.uk/
Bristol BS8 3AL Email: address@hidden
United Kingdom
----------------------------------------------------------------------