diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-08 15:30:38 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-08 15:30:38 +0000 |
commit | bc57849d121b77b89ea6eeae043df2bc3aa3c0ba (patch) | |
tree | d6428cbc1e52d29f7171a3101d82fa4db6be671f /gcc | |
parent | 7bb16fae6b1fcd8e64f4472909613cec82d190be (diff) | |
download | gcc-bc57849d121b77b89ea6eeae043df2bc3aa3c0ba.tar.gz |
* intrinsic.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99394 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 69180f92dbc..679729b9bf5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-05-08 Kazu Hirata <kazu@cs.umass.edu> + + * intrinsic.texi: Fix typos. + 2005-05-07 Steven G. Kargl <kargls@comcast.net> * intrinsic.texi: Document ASSOCIATED and ATAN2. Update Bessel function diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 9eb32413d50..ad09185bd45 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -795,7 +795,7 @@ target associated with @var{PTR} and the target associated with @var{TGT} are not 0 sized storage sequences and occupy the same storage units. The result is false, if either @var{TGT} or @var{PTR} is disassociated. @item (E) If @var{TGT} is present and an array pointer, the result is true if -target assoicated with @var{PTR} and the target associated with @var{TGT} +target associated with @var{PTR} and the target associated with @var{TGT} have the same shape, are not 0 sized arrays, are arrays whose elements are not 0 sized storage sequences, and @var{TGT} and @var{PTR} occupy the same storage units in array element order. @@ -882,12 +882,12 @@ elemental function @item @emph{Arguments}: @multitable @columnfractions .15 .80 @item @var{Y} @tab The type shall be @code{REAL(*)}. -@item @var{X} @tab The type and kind type paremeter shall be the same as @var{Y}. +@item @var{X} @tab The type and kind type parameter shall be the same as @var{Y}. If @var{Y} is zero, then @var{X} must be nonzero. @end multitable @item @emph{Return value}: -The return value has the same type and kind type paremeter as @var{Y}. +The return value has the same type and kind type parameter as @var{Y}. It is the principle value of the complex number @math{X + i Y}. If @var{X} is nonzero, then it lies in the range @math{-\pi \le \arccos (x) \leq \pi}. The sign is positive if @var{Y} is positive. If @var{Y} is zero, then |