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

Commit5608f13

Browse files
committed
The actual execution results are different from examples.
1 parenta32624b commit5608f13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.67 2001/08/31 07:30:05 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.68 2001/08/31 07:45:09 ishii Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -347,14 +347,14 @@
347347
<entry> <literal>^</literal> </entry>
348348
<entry>Exponentiation</entry>
349349
<entry>2.0 ^ 3.0</entry>
350-
<entry>8.0</entry>
350+
<entry>8</entry>
351351
</row>
352352

353353
<row>
354354
<entry> <literal>|/</literal> </entry>
355355
<entry>Square root</entry>
356356
<entry>|/ 25.0</entry>
357-
<entry>5.0</entry>
357+
<entry>5</entry>
358358
</row>
359359

360360
<row>
@@ -382,7 +382,7 @@
382382
<entry> <literal>@</literal> </entry>
383383
<entry>Absolute value</entry>
384384
<entry>@ -5.0</entry>
385-
<entry>5.0</entry>
385+
<entry>5</entry>
386386
</row>
387387

388388
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp