From: Simon Riggs Date: Mon, 15 Mar 2010 19:03:31 +0000 (+0000) Subject: Document that trig functions accept/return values in radians. X-Git-Tag: REL9_0_ALPHA5~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd11a0f67f7f2032c5884ecc1c8454378d7af5cd;p=postgresql Document that trig functions accept/return values in radians. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 38350c1bd3..bf31ee5311 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -910,7 +910,11 @@ Finally, shows the available trigonometric functions. All trigonometric functions take arguments and return values of type double - precision. + precision. Trigonometric functions arguments are expressed + in radians. Inverse functions return values are expressed in + radians. See unit transformation functions + radians() and + degrees() above. @@ -941,7 +945,7 @@ Trigonometric Functions - + Function