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,
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: