ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tcos.c
(Generate patch)

Comparing ray/src/common/tcos.c (file contents):
Revision 3.7 by greg, Thu Feb 7 20:19:52 2013 UTC vs.
Revision 3.8 by greg, Fri Feb 8 16:10:07 2013 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines