-
Type: Bug
-
Status: New
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF 1.2 Errata 01
-
Component/s: Graphics
-
Labels:None
-
Proposal:
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.