Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
bd11a0f6
Commit
bd11a0f6
authored
Mar 15, 2010
by
Simon Riggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that trig functions accept/return values in radians.
parent
1a163a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+7
-3
No files found.
doc/src/sgml/func.sgml
View file @
bd11a0f6
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.50
7 2010/03/03 22:28:42 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.50
8 2010/03/15 19:03:31 sriggs
Exp $ -->
<chapter
id=
"functions"
>
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
<title>
Functions and Operators
</title>
...
@@ -910,7 +910,11 @@
...
@@ -910,7 +910,11 @@
Finally,
<xref
linkend=
"functions-math-trig-table"
>
shows the
Finally,
<xref
linkend=
"functions-math-trig-table"
>
shows the
available trigonometric functions. All trigonometric functions
available trigonometric functions. All trigonometric functions
take arguments and return values of type
<type>
double
take arguments and return values of type
<type>
double
precision
</type>
.
precision
</type>
. Trigonometric functions arguments are expressed
in radians. Inverse functions return values are expressed in
radians. See unit transformation functions
<literal><function>
radians
</function>
()
</literal>
and
<literal><function>
degrees
</function>
()
</literal>
above.
</para>
</para>
<indexterm>
<indexterm>
...
@@ -941,7 +945,7 @@
...
@@ -941,7 +945,7 @@
<table
id=
"functions-math-trig-table"
>
<table
id=
"functions-math-trig-table"
>
<title>
Trigonometric Functions
</title>
<title>
Trigonometric Functions
</title>
<tgroup
cols=
"
2
"
>
<tgroup
cols=
"
3
"
>
<thead>
<thead>
<row>
<row>
<entry>
Function
</entry>
<entry>
Function
</entry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment