| # | Line 54 | Line 54 | tcos(double x) /* approximate cosine */ | |
|---|---|---|
| 54 | ||
| 55 | /* Fast arctangent approximation due to Rajan et al. 2006 */ | |
| 56 | double | |
| 57 | < | aatan2(double y, double x) |
| 57 | > | atan2a(double y, double x) |
| 58 | { | |
| 59 | double ratio, aratio, val; | |
| 60 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |