Bug 47875 - What's new section in GFortran wiki page: Wrong function name: TAN2.
Summary: What's new section in GFortran wiki page: Wrong function name: TAN2.
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: web (show other bugs)
Version: 4.6.0
: P3 trivial
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 07:13 UTC by Thomas Henlich
Modified: 2011-02-24 08:13 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Henlich 2011-02-24 07:13:51 UTC
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
Comment 1 Thomas Henlich 2011-02-24 08:13:40 UTC
Fixed in wiki by reporter.