mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Mention cube root.
This commit is contained in:
parent
75b5915b43
commit
f0a2fc38ab
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user