atan2 in attribute draw:formula (19.171, part 1 ODF1.2) has wrong order of arguments

    • Hide

      Current text:
      atan2(x,y)
      returns the angle <...> of the vector (x,y) with the x-axis

      Proposed text:
      atan2(y,x)
      returns the angle <..> of the vector (x,y) with the x-axis

      I have skipped the part "in degrees" here, because that is an additional problem, for which I will write another issue.

      Show
      Current text: atan2(x,y) returns the angle <...> of the vector (x,y) with the x-axis Proposed text: atan2(y,x) returns the angle <..> of the vector (x,y) with the x-axis I have skipped the part "in degrees" here, because that is an additional problem, for which I will write another issue.

      The arguments of atan2 are specified in the order x,y. But the applications Apache OpenOffice, Symphony, LibreOffice, Calligra Stage, PowerPoint Preview 2013 use it in the order atan2(y,x).
      The order (y,x) is common for programming languages too.

      Does anyone know an application, that has implemented it in the order (x,y)?
      If not, I suggest to change it in ODF1.2 Errata.

            Assignee:
            Unassigned
            Reporter:
            Regina Henschel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: