Re: [BUGS] atan2 documentation bugs for 7.3 and 7.2

2002-09-10 Thread Bruce Momjian
OK, patch applied. --- Bruno Wolff III wrote: > In the section on mathematical functions the following is given for atan2: > atan2(x, y) inverse tangent of a/x > > I believe the correct version should either be: > atan2(y,

[BUGS] atan2 documentation bugs for 7.3 and 7.2

2002-09-05 Thread Bruno Wolff III
In the section on mathematical functions the following is given for atan2: atan2(x, y) inverse tangent of a/x I believe the correct version should either be: atan2(y, x) inverse tangent of y/x or atan2(x, y) inverse tangent of x/y I beleive the documentation was also wrong for 7.2 where it was: