This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12904] in header: #define kTWOPI = 6.28 in function: 1.0/kTWOPI = 1.57 ???
- From: "segher at kernel dot crashing dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Nov 2003 08:44:10 -0000
- Subject: [Bug c++/12904] in header: #define kTWOPI = 6.28 in function: 1.0/kTWOPI = 1.57 ???
- References: <20031105033944.12904.ardashev@legsux5.phy.bnl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12904
------- Additional Comments From segher at kernel dot crashing dot org 2003-11-05 08:44 -------
It sounds a lot like he did
#define kTWOPI 2*PI
or something like that.