[DOCS] Geometric function example results

2011-06-23 Thread Thom Brown
Hi, I noticed that there are no example outputs shown on the geometric functions page (http://www.postgresql.org/docs/9.0/static/functions-geometry.html). So I've attached a patch which adds them. I'm not entirely sure to make of the 2 example outputs that are very large, but they're included a

Re: [DOCS] Functions example results incorrect

2011-06-23 Thread Thom Brown
On 23 June 2011 10:46, Thom Brown wrote: > I've been looking at some of the functions listed in the docs and > noticed some apparent discrepancies. > > This page of the docs doesn't seem to match real output for exp or ln: > http://www.postgresql.org/docs/9.0/static/functions-math.html > > It says

[DOCS] Functions example results incorrect

2011-06-23 Thread Thom Brown
I've been looking at some of the functions listed in the docs and noticed some apparent discrepancies. This page of the docs doesn't seem to match real output for exp or ln: http://www.postgresql.org/docs/9.0/static/functions-math.html It says that exp(1.0) yields 2.71828182845905. Testing on 3