Commit 56476ab8 by Thomas Koenig

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
parent eb284655
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment