[Bug web/47875] New: What's new section in GFortran wiki page: Wrong function name: TAN2.
thenlich at users dot sourceforge.net
gcc-bugzilla@gcc.gnu.org
Thu Feb 24 07:30:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47875
Summary: What's new section in GFortran wiki page: Wrong
function name: TAN2.
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: web
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: thenlich@users.sourceforge.net
The list of Fortran 2008 features in gfortran 4.5
(http://gcc.gnu.org/wiki/GFortran#GCC4.5) says:
Add ATAN(Y,X) as alias for TAN2(Y,X).
This must be ATAN2, not TAN2, as stated in
http://gcc.gnu.org/onlinedocs/gfortran/ATAN.html#ATAN
More information about the Gcc-bugs
mailing list