1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00

Mention cube root.

This commit is contained in:
Tom Lane 2000-04-08 03:42:29 +00:00
parent 75b5915b43
commit f0a2fc38ab

View File

@ -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>