Commit 872fbc1a by Tobias Burnus Committed by Tobias Burnus

invoke.texi (RANGE): RANGE also takes INTEGER arguments.

2009-01-20  Tobias Burnus  <burnus@net-b.de>

        * invoke.texi (RANGE): RANGE also takes INTEGER arguments.

From-SVN: r143524
parent 37348bf1
2009-01-20 Tobias Burnus <burnus@net-b.de>
* invoke.texi (RANGE): RANGE also takes INTEGER arguments.
2009-01-19 Mikael Morin <mikael.morin@tele2.fr> 2009-01-19 Mikael Morin <mikael.morin@tele2.fr>
PR fortran/38859 PR fortran/38859
......
...@@ -214,7 +214,7 @@ Some basic guidelines for editing this document: ...@@ -214,7 +214,7 @@ Some basic guidelines for editing this document:
* @code{RANDOM_NUMBER}: RANDOM_NUMBER, Pseudo-random number * @code{RANDOM_NUMBER}: RANDOM_NUMBER, Pseudo-random number
* @code{RANDOM_SEED}: RANDOM_SEED, Initialize a pseudo-random number sequence * @code{RANDOM_SEED}: RANDOM_SEED, Initialize a pseudo-random number sequence
* @code{RAND}: RAND, Real pseudo-random number * @code{RAND}: RAND, Real pseudo-random number
* @code{RANGE}: RANGE, Decimal exponent range of a real kind * @code{RANGE}: RANGE, Decimal exponent range
* @code{RAN}: RAN, Real pseudo-random number * @code{RAN}: RAN, Real pseudo-random number
* @code{REAL}: REAL, Convert to real type * @code{REAL}: REAL, Convert to real type
* @code{RENAME}: RENAME, Rename a file * @code{RENAME}: RENAME, Rename a file
...@@ -8884,7 +8884,7 @@ END SUBROUTINE ...@@ -8884,7 +8884,7 @@ END SUBROUTINE
@node RANGE @node RANGE
@section @code{RANGE} --- Decimal exponent range of a real kind @section @code{RANGE} --- Decimal exponent range
@fnindex RANGE @fnindex RANGE
@cindex model representation, range @cindex model representation, range
...@@ -8904,7 +8904,8 @@ Inquiry function ...@@ -8904,7 +8904,8 @@ Inquiry function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{X} @tab Shall be of type @code{REAL} or @code{COMPLEX}. @item @var{X} @tab Shall be of type @code{INTEGER}, @code{REAL}
or @code{COMPLEX}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
......
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