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:
@ -141,6 +141,12 @@
|
|||||||
<entry>square root</entry>
|
<entry>square root</entry>
|
||||||
<entry>sqrt(2.0)</entry>
|
<entry>sqrt(2.0)</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>cbrt(float8)</entry>
|
||||||
|
<entry>float8</entry>
|
||||||
|
<entry>cube root</entry>
|
||||||
|
<entry>cbrt(27.0)</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>trunc(float8)</entry>
|
<entry>trunc(float8)</entry>
|
||||||
<entry>float8</entry>
|
<entry>float8</entry>
|
||||||
|
Reference in New Issue
Block a user