Commit 5608f130 authored by Tatsuo Ishii's avatar Tatsuo Ishii

The actual execution results are different from examples.

parent a32624b4
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.67 2001/08/31 07:30:05 ishii Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.68 2001/08/31 07:45:09 ishii Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -347,14 +347,14 @@ ...@@ -347,14 +347,14 @@
<entry> <literal>^</literal> </entry> <entry> <literal>^</literal> </entry>
<entry>Exponentiation</entry> <entry>Exponentiation</entry>
<entry>2.0 ^ 3.0</entry> <entry>2.0 ^ 3.0</entry>
<entry>8.0</entry> <entry>8</entry>
</row> </row>
<row> <row>
<entry> <literal>|/</literal> </entry> <entry> <literal>|/</literal> </entry>
<entry>Square root</entry> <entry>Square root</entry>
<entry>|/ 25.0</entry> <entry>|/ 25.0</entry>
<entry>5.0</entry> <entry>5</entry>
</row> </row>
<row> <row>
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
<entry> <literal>@</literal> </entry> <entry> <literal>@</literal> </entry>
<entry>Absolute value</entry> <entry>Absolute value</entry>
<entry>@ -5.0</entry> <entry>@ -5.0</entry>
<entry>5.0</entry> <entry>5</entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment