Commit 1feb1d7c by Steven G. Kargl

intrinsic.texi: Explicitly state that ETIME and DTIME take REAL(4) arguments.

2009-10-15  Steven G. Kargl  <kargl@gcc.gnu.org>

	* intrinsic.texi: Explicitly state that ETIME and DTIME take
	REAL(4) arguments.  Fix nearby typographically errors where 
	/leq was used instead of \leq.

From-SVN: r152854
parent 7613143b
2009-10-15 Steven G. Kargl <kargl@gcc.gnu.org>
* intrinsic.texi: Explicitly state that ETIME and DTIME take
REAL(4) arguments. Fix nearby typographically errors where
/leq was used instead of \leq.
2009-10-13 Janus Weil <janus@gcc.gnu.org> 2009-10-13 Janus Weil <janus@gcc.gnu.org>
PR fortran/41581 PR fortran/41581
......
...@@ -2744,7 +2744,7 @@ Inverse function: @ref{ACOSH} ...@@ -2744,7 +2744,7 @@ Inverse function: @ref{ACOSH}
@code{COUNT(MASK [, DIM [, KIND]])} counts the number of @code{.TRUE.} @code{COUNT(MASK [, DIM [, KIND]])} counts the number of @code{.TRUE.}
elements of @var{MASK} along the dimension of @var{DIM}. If @var{DIM} is elements of @var{MASK} along the dimension of @var{DIM}. If @var{DIM} is
omitted it is taken to be @code{1}. @var{DIM} is a scalar of type omitted it is taken to be @code{1}. @var{DIM} is a scalar of type
@code{INTEGER} in the range of @math{1 /leq DIM /leq n)} where @math{n} @code{INTEGER} in the range of @math{1 \leq DIM \leq n)} where @math{n}
is the rank of @var{MASK}. is the rank of @var{MASK}.
@item @emph{Standard}: @item @emph{Standard}:
...@@ -2864,7 +2864,7 @@ end program test_cpu_time ...@@ -2864,7 +2864,7 @@ end program test_cpu_time
@code{CSHIFT(ARRAY, SHIFT [, DIM])} performs a circular shift on elements of @code{CSHIFT(ARRAY, SHIFT [, DIM])} performs a circular shift on elements of
@var{ARRAY} along the dimension of @var{DIM}. If @var{DIM} is omitted it is @var{ARRAY} along the dimension of @var{DIM}. If @var{DIM} is omitted it is
taken to be @code{1}. @var{DIM} is a scalar of type @code{INTEGER} in the taken to be @code{1}. @var{DIM} is a scalar of type @code{INTEGER} in the
range of @math{1 /leq DIM /leq n)} where @math{n} is the rank of @var{ARRAY}. range of @math{1 \leq DIM \leq n)} where @math{n} is the rank of @var{ARRAY}.
If the rank of @var{ARRAY} is one, then all elements of @var{ARRAY} are shifted If the rank of @var{ARRAY} is one, then all elements of @var{ARRAY} are shifted
by @var{SHIFT} places. If rank is greater than one, then all complete rank one by @var{SHIFT} places. If rank is greater than one, then all complete rank one
sections of @var{ARRAY} along the given dimension are shifted. Elements sections of @var{ARRAY} along the given dimension are shifted. Elements
...@@ -3458,8 +3458,8 @@ Subroutine, function ...@@ -3458,8 +3458,8 @@ Subroutine, function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{VALUES}@tab The type shall be @code{REAL, DIMENSION(2)}. @item @var{VALUES}@tab The type shall be @code{REAL(4), DIMENSION(2)}.
@item @var{TIME}@tab The type shall be @code{REAL}. @item @var{TIME}@tab The type shall be @code{REAL(4)}.
@end multitable @end multitable
@item @emph{Return value}: @item @emph{Return value}:
...@@ -3503,7 +3503,7 @@ end program test_dtime ...@@ -3503,7 +3503,7 @@ end program test_dtime
@code{EOSHIFT(ARRAY, SHIFT[, BOUNDARY, DIM])} performs an end-off shift on @code{EOSHIFT(ARRAY, SHIFT[, BOUNDARY, DIM])} performs an end-off shift on
elements of @var{ARRAY} along the dimension of @var{DIM}. If @var{DIM} is elements of @var{ARRAY} along the dimension of @var{DIM}. If @var{DIM} is
omitted it is taken to be @code{1}. @var{DIM} is a scalar of type omitted it is taken to be @code{1}. @var{DIM} is a scalar of type
@code{INTEGER} in the range of @math{1 /leq DIM /leq n)} where @math{n} is the @code{INTEGER} in the range of @math{1 \leq DIM \leq n)} where @math{n} is the
rank of @var{ARRAY}. If the rank of @var{ARRAY} is one, then all elements of rank of @var{ARRAY}. If the rank of @var{ARRAY} is one, then all elements of
@var{ARRAY} are shifted by @var{SHIFT} places. If rank is greater than one, @var{ARRAY} are shifted by @var{SHIFT} places. If rank is greater than one,
then all complete rank one sections of @var{ARRAY} along the given dimension are then all complete rank one sections of @var{ARRAY} along the given dimension are
...@@ -3767,8 +3767,8 @@ Subroutine, function ...@@ -3767,8 +3767,8 @@ Subroutine, function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{VALUES}@tab The type shall be @code{REAL, DIMENSION(2)}. @item @var{VALUES}@tab The type shall be @code{REAL(4), DIMENSION(2)}.
@item @var{TIME}@tab The type shall be @code{REAL}. @item @var{TIME}@tab The type shall be @code{REAL(4)}.
@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