mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 22:32:20 -05:00
Mention cube root.
This commit is contained in:
parent
75b5915b43
commit
f0a2fc38ab
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue