intrinsic.texi: Change \leq to < in descrition of imaginary part in argument to log.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 14 Jun 2015 07:05:00 +0000 (07:05 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 14 Jun 2015 07:05:00 +0000 (07:05 +0000)
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

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 662e3d2f98a5f1bb8bdf0635c4ce6ba91a262c89..025214bd5c5b11c3ec3656ee5ab10a32ac52320b 100644 (file)
@@ -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
index c071d46cbc18e23e2b41b87f31fae86292fe54fd..803e4c73c0325e89d3cdf7b8af37ec8db1170ab2 100644 (file)
@@ -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