cmath: Fix bad typo in atan2 and atan2f.
commit2fa3a3fd58b6b0ef52737a150990db84401a0a96
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:52:38 +0000 (20 18:52 -0500)
treeee5333a20b463969f4c1ea4da34d32b5c442f6bf
parent0ad6e190cd35e66812f6eeebaceed8442b923f1a
cmath: Fix bad typo in atan2 and atan2f.

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