re PR fortran/45583 (Typo in onlinedocs/gfortran/COS.html / intrinsics.texi)
2010-09-07 Tobias Burnus <burnus@net-b.de> PR fortran/45583 * intrinsic.texi (COS): Remove superfluous "n". From-SVN: r163965
This commit is contained in:
parent
94471a5663
commit
21e9284929
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-07 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR fortran/45583
|
||||
* intrinsic.texi (COS): Remove superfluous "n".
|
||||
|
||||
2010-09-07 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR fortran/45186
|
||||
|
|
|
@ -2715,7 +2715,7 @@ end program test_cos
|
|||
@item @emph{Specific names}:
|
||||
@multitable @columnfractions .20 .20 .20 .25
|
||||
@item Name @tab Argument @tab Return type @tab Standard
|
||||
@item @code{COS(X)} n@tab @code{REAL(4) X} @tab @code{REAL(4)} @tab Fortran 77 and later
|
||||
@item @code{COS(X)} @tab @code{REAL(4) X} @tab @code{REAL(4)} @tab Fortran 77 and later
|
||||
@item @code{DCOS(X)} @tab @code{REAL(8) X} @tab @code{REAL(8)} @tab Fortran 77 and later
|
||||
@item @code{CCOS(X)} @tab @code{COMPLEX(4) X} @tab @code{COMPLEX(4)} @tab Fortran 77 and later
|
||||
@item @code{ZCOS(X)} @tab @code{COMPLEX(8) X} @tab @code{COMPLEX(8)} @tab GNU extension
|
||||
|
|
Loading…
Add table
Reference in a new issue