cmath: Fix bad typo in atan2 and atan2f.
commit0ea03dcef6ae613f8aa0fd9b16d3ece312105345
authorNick Bowler <nbowler@draconx.ca>
Sat, 20 Feb 2010 23:52:38 +0000 (20 18:52 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 20 Feb 2010 23:54:32 +0000 (20 18:54 -0500)
tree3771486fba61ed602b7293d7c0d5151d71d0e046
parentc40b8cba7badd2ed43e8212b9b03b1af8d0370a4
cmath: Fix bad typo in atan2 and atan2f.

We were actually calling atan and atanf, causing horrible problems.
Data/Floating/CMath.hs