This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Question about PI
- From: "Christophe Jaillet" <christophe dot jaillet at wanadoo dot fr>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 18 Feb 2006 21:45:35 +0100
- Subject: Question about PI
Maybe this is not an issue but in the files 'emit-rtl.c' and
'config/i386.c', PI is represented as a string :
|
v
3.1415926535897932384626433832795028841971693993751058209749445923078
('emit-rtl.c')
3.1415926535897932385128089594061862044 ('config/i386.c')
^
|
Looking at it we can see that the strings aren't the same (the mathematicaly
correct one is the first one). I have no idea of if it is normal or not and
if it has an impact on the generated code...
Just wanted to point it out, just in case...
CJ