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
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 -
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