re PR fortran/36096 (F2008 Bessel: Documentation/diagnostic errors)

PR fortran/36096
	* intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
	BESSEL_Y0, and BESSEL_Y1.

From-SVN: r211368
This commit is contained in:
Francois-Xavier Coudert 2014-06-09 09:49:01 +00:00 committed by François-Xavier Coudert
parent f84c6bd920
commit 8f44990250
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2014-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/36096
* intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
BESSEL_Y0, and BESSEL_Y1.
2014-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/45187

View File

@ -1701,7 +1701,7 @@ Elemental function
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar.
@item @var{X} @tab The type shall be @code{REAL}.
@end multitable
@item @emph{Return value}:
@ -1750,11 +1750,11 @@ Elemental function
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar.
@item @var{X} @tab The type shall be @code{REAL}.
@end multitable
@item @emph{Return value}:
The return value is of type @code{REAL} and it lies in the
The return value is of type @code{REAL} and lies in the
range @math{ - 0.5818... \leq Bessel (0,x) \leq 0.5818 }. It has the same
kind as @var{X}.
@ -1865,12 +1865,11 @@ Elemental function
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar.
@item @var{X} @tab The type shall be @code{REAL}.
@end multitable
@item @emph{Return value}:
The return value is a scalar of type @code{REAL}. It has the same
kind as @var{X}.
The return value is of type @code{REAL}. It has the same kind as @var{X}.
@item @emph{Example}:
@smallexample
@ -1913,12 +1912,11 @@ Elemental function
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar.
@item @var{X} @tab The type shall be @code{REAL}.
@end multitable
@item @emph{Return value}:
The return value is a scalar of type @code{REAL}. It has the same
kind as @var{X}.
The return value is of type @code{REAL}. It has the same kind as @var{X}.
@item @emph{Example}:
@smallexample