Re: Proposal: Trigonometric functions in degrees - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Proposal: Trigonometric functions in degrees
Date
Msg-id 56A3DA4B.9080606@gmx.net
Whole thread Raw
In response to Re: Proposal: Trigonometric functions in degrees  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Proposal: Trigonometric functions in degrees  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 1/23/16 12:08 PM, Tom Lane wrote:
> So I pushed that, and tern/sungazer are still failing.  Noah, could you
> trace through that and see exactly where it's going off the rails?

I'm still getting a failure in float8 on OS X after commit 73193d8:

@@ -490,9 +490,9 @@  x   | asind | acosd | atand------+-------+-------+-------   -1 |   -90 |   180 |   -45
- -0.5 |   -30 |   120 |
+ -0.5 |       |   120 |    0 |     0 |    90 |     0
-  0.5 |    30 |    60 |
+  0.5 |       |       |    1 |    90 |     0 |    45




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing Functionally Dependent GROUP BY Columns
Next
From: Tom Lane
Date:
Subject: Re: Proposal: Trigonometric functions in degrees