Log in
Skip to main content
Skip to sidebar
Linked Applications
Loading…
Dashboards
Projects
Issues
Give feedback to Atlassian
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Qt
QTBUG-12515
qAtan2 calls atan2/atan2f with arguments in wrong order
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Done
Priority:
P4: Low
Fix Version/s:
5.0.0
Affects Version/s:
4.6.2
Component/s:
Other
Labels:
None
Commits:
9aa67cf0c48ff8e9e73fc19c4dcd950961b5ad54
Description
qAtan2 calls atan2/atan2f and gives the arguments in the wrong order:
current implementation return atan2(x, y);
should be: return atan2(y, x);
Attachments
Gerrit Reviews
Options
Issue Only
Show All Reviews
Show Open Reviews
Show All Issues
Show Open Issues
No reviews matched the request. Check your Options in the drop-down menu of this sections header.
Activity
People
Assignee:
Thiago Macieira
Reporter:
Mikko Tolonen
Votes:
3
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
29 Jul '10 13:17
Updated:
26 Aug '13 15:00
Resolved:
25 Jul '13 11:16
Gerrit Reviews
There are no open Gerrit changes