Re: [BUGS] BUG #4514: Pi division error

2008-11-06 Thread Tomasz Ostrowski
On 2008-11-06 07:56, Traci Sumpter wrote: > Equation (315-0)/180*pi > PostgreSQL 3.14159265358979 You equation in SQL looks like this: => select (315-0)/180*pi from (select 3.14159265358979 as pi) as a; Which is an equivalent of: => select (315/180)*pi from (select 3.14159265358979 as pi) as

Re: [BUGS] BUG #4514: Pi division error

2008-11-06 Thread Rodriguez Fernando
Traci Sumpter escribió: The following bug has been logged online: Bug reference: 4514 Logged by: Traci Sumpter Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Linux Description:Pi division error Details: I am trying to do some calculat

[BUGS] BUG #4514: Pi division error

2008-11-06 Thread Traci Sumpter
The following bug has been logged online: Bug reference: 4514 Logged by: Traci Sumpter Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Linux Description:Pi division error Details: I am trying to do some calculations within Postgresql and