Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5608f13

Browse files
committed
The actual execution results are different from examples.
1 parent a32624b commit 5608f13

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)