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
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
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