Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0a2fc3

Browse files
committed
Mention cube root.
1 parent 75b5915 commit f0a2fc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@
141141
<entry>square root</entry>
142142
<entry>sqrt(2.0)</entry>
143143
</row>
144+
<row>
145+
<entry>cbrt(float8)</entry>
146+
<entry>float8</entry>
147+
<entry>cube root</entry>
148+
<entry>cbrt(27.0)</entry>
149+
</row>
144150
<row>
145151
<entry>trunc(float8)</entry>
146152
<entry>float8</entry>

0 commit comments

Comments
 (0)