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
This commit is contained in:
Thomas Koenig 2015-06-14 07:05:00 +00:00
parent eb28465561
commit 56476ab84e
2 changed files with 6 additions and 1 deletions

View 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

View 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