Commit f0a2fc38 authored by Tom Lane's avatar Tom Lane

Mention cube root.

parent 75b5915b
......@@ -141,6 +141,12 @@
<entry>square root</entry>
<entry>sqrt(2.0)</entry>
</row>
<row>
<entry>cbrt(float8)</entry>
<entry>float8</entry>
<entry>cube root</entry>
<entry>cbrt(27.0)</entry>
</row>
<row>
<entry>trunc(float8)</entry>
<entry>float8</entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment