diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2015-06-14 07:05:00 +0000 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2015-06-14 07:05:00 +0000 |
commit | 56476ab84e91be6effc72e25f8293ebf8240624a (patch) | |
tree | d30ceded8f351c908b3849eb79dae2228731a929 | |
parent | eb28465561497642f7e08d8ffe8a615e4772452d (diff) | |
download | gcc-56476ab84e91be6effc72e25f8293ebf8240624a.zip gcc-56476ab84e91be6effc72e25f8293ebf8240624a.tar.gz gcc-56476ab84e91be6effc72e25f8293ebf8240624a.tar.bz2 |
intrinsic.texi: Change \leq to < in descrition of imaginary part in argument to log.
2015-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
* intrinsic.texi: Change \leq to < in descrition of imaginary
part in argument to log.
From-SVN: r224462
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 662e3d2..025214b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2015-06-14 Thomas Koenig <tkoenig@gcc.gnu.org> + + * intrinsic.texi: Change \leq to < in descrition of imaginary + part in argument to log. + 2015-06-11 Paul Thomas <pault@gcc.gnu.org> PR fortran/66079 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index c071d46..803e4c7 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -8712,7 +8712,7 @@ Elemental function The return value is of type @code{REAL} or @code{COMPLEX}. The kind type parameter is the same as @var{X}. If @var{X} is @code{COMPLEX}, the imaginary part @math{\omega} is in the range -@math{-\pi \leq \omega \leq \pi}. +@math{-\pi < \omega \leq \pi}. @item @emph{Example}: @smallexample |