Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9698a9

Browse files
committed
Correct results of usage examples.
1 parent42d26fb commitf9698a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.44 2000/12/17 05:55:26 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.45 2000/12/19 17:35:46 petere Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -248,7 +248,7 @@
248248
<entry><type>double precision</type></entry>
249249
<entry>cube root</entry>
250250
<entry>cbrt(27.0)</entry>
251-
<entry>9.0</entry>
251+
<entry>3.0</entry>
252252
</row>
253253

254254
<row>
@@ -280,7 +280,7 @@
280280
<entry><type>numeric</type></entry>
281281
<entry>largest integer not greater than argument</entry>
282282
<entry>floor(-42.8)</entry>
283-
<entry>43</entry>
283+
<entry>-43</entry>
284284
</row>
285285

286286
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp