File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="functions">
4
4
<title>Functions and Operators</title>
347
347
<entry> <literal>^</literal> </entry>
348
348
<entry>Exponentiation</entry>
349
349
<entry>2.0 ^ 3.0</entry>
350
- <entry>8.0 </entry>
350
+ <entry>8</entry>
351
351
</row>
352
352
353
353
<row>
354
354
<entry> <literal>|/</literal> </entry>
355
355
<entry>Square root</entry>
356
356
<entry>|/ 25.0</entry>
357
- <entry>5.0 </entry>
357
+ <entry>5</entry>
358
358
</row>
359
359
360
360
<row>
382
382
<entry> <literal>@</literal> </entry>
383
383
<entry>Absolute value</entry>
384
384
<entry>@ -5.0</entry>
385
- <entry>5.0 </entry>
385
+ <entry>5</entry>
386
386
</row>
387
387
388
388
<row>
You can’t perform that action at this time.
0 commit comments