Re: Documentation complex logarithm https://gcc.gnu.org/onlinedocs/gfortran/LOG.html

2015-06-14 Thread Thomas Koenig
Am 13.06.2015 um 18:33 schrieb Gerald Pfeifer: > On Tue, 2 Jun 2015, C.Friedrich wrote: >> The LOG function returns the principal value of the complex logarithm >> whose imaginary part omega must be in the range -pi < omega <= pi. >> >> GFORTRAN does it correctly but the online documentation >> htt

Re: Documentation complex logarithm https://gcc.gnu.org/onlinedocs/gfortran/LOG.html

2015-06-13 Thread Gerald Pfeifer
On Tue, 2 Jun 2015, C.Friedrich wrote: > The LOG function returns the principal value of the complex logarithm > whose imaginary part omega must be in the range -pi < omega <= pi. > > GFORTRAN does it correctly but the online documentation > https://gcc.gnu.org/onlinedocs/gfortran/LOG.html gives -

Documentation complex logarithm https://gcc.gnu.org/onlinedocs/gfortran/LOG.html

2015-06-02 Thread C . Friedrich
The LOG function returns the principal value of the complex logarithm whose imaginary part omega must be in the range -pi < omega <= pi. GFORTRAN does it correctly but the online documentation https://gcc.gnu.org/onlinedocs/gfortran/LOG.html gives -pi <= omega <= pi. Perhaps this should be correc