We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d26fb commit f9698a9Copy full SHA for f9698a9
doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.44 2000/12/17 05:55:26 tgl Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.45 2000/12/19 17:35:46 petere Exp $ -->
2
3
<chapter id="functions">
4
<title>Functions and Operators</title>
@@ -248,7 +248,7 @@
248
<entry><type>double precision</type></entry>
249
<entry>cube root</entry>
250
<entry>cbrt(27.0)</entry>
251
- <entry>9.0</entry>
+ <entry>3.0</entry>
252
</row>
253
254
<row>
@@ -280,7 +280,7 @@
280
<entry><type>numeric</type></entry>
281
<entry>largest integer not greater than argument</entry>
282
<entry>floor(-42.8)</entry>
283
- <entry>43</entry>
+ <entry>-43</entry>
284
285
286
0 commit comments