Add trigonometric functions that work in degrees.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e1bd684a34c11139a1bf4e5200c3bbe59a0fbfad
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-01-22T20:46:22Z
Releases: 9.6.0
Add trigonometric functions that work in degrees.

The implementations go to some lengths to deliver exact results for values
where an exact result can be expected, such as sind(30) = 0.5 exactly.

Dean Rasheed, reviewed by Michael Paquier

Files

Documentation touched